summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-09 13:44:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-09 13:44:34 +0800
commit81cc615bee10218eac4ddd62e883b256d145734c (patch)
tree76b473f2c86d87329f45ff30e273a84af255556a
parent1b52a5ecadeae6d3443450114c0f2b31279ef1ee (diff)
downloadmarcuscom-ports-81cc615bee10218eac4ddd62e883b256d145734c.tar
marcuscom-ports-81cc615bee10218eac4ddd62e883b256d145734c.tar.gz
marcuscom-ports-81cc615bee10218eac4ddd62e883b256d145734c.tar.bz2
marcuscom-ports-81cc615bee10218eac4ddd62e883b256d145734c.tar.lz
marcuscom-ports-81cc615bee10218eac4ddd62e883b256d145734c.tar.xz
marcuscom-ports-81cc615bee10218eac4ddd62e883b256d145734c.tar.zst
marcuscom-ports-81cc615bee10218eac4ddd62e883b256d145734c.zip
Add a missing dependency on gnome-icon-theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13392 df743ca5-7f9a-e211-a948-0013205c9059
-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