summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/libgweather/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile
index 46230e000..325a49a5c 100644
--- a/net/libgweather/Makefile
+++ b/net/libgweather/Makefile
@@ -3,18 +3,21 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/net/libgweather/Makefile,v 1.31 2009/12/21 11:10:26 kwm Exp $
#
PORTNAME= libgweather
PORTVERSION= 2.29.4
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to accessing online weather informations
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
USE_GETTEXT= yes
USE_BZIP2= yes