diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 07:10:36 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 07:10:36 +0800 |
commit | 89324e869f4a4e9e42bcb1778d55f4c4c07a4598 (patch) | |
tree | f59f61cc1e90ef43c83323c7c6663aa4fc82e963 /net/libgweather | |
parent | 2a1f0840d6e6dc72a8d83358dcbcfbaec38a084a (diff) | |
download | marcuscom-ports-89324e869f4a4e9e42bcb1778d55f4c4c07a4598.tar marcuscom-ports-89324e869f4a4e9e42bcb1778d55f4c4c07a4598.tar.gz marcuscom-ports-89324e869f4a4e9e42bcb1778d55f4c4c07a4598.tar.bz2 marcuscom-ports-89324e869f4a4e9e42bcb1778d55f4c4c07a4598.tar.lz marcuscom-ports-89324e869f4a4e9e42bcb1778d55f4c4c07a4598.tar.xz marcuscom-ports-89324e869f4a4e9e42bcb1778d55f4c4c07a4598.tar.zst marcuscom-ports-89324e869f4a4e9e42bcb1778d55f4c4c07a4598.zip |
Add a missing dependency, gtk20. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10180 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/libgweather')
-rw-r--r-- | net/libgweather/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index 1870e6cab..596b84a82 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/libgweather/Makefile,v 1.2 2008/01/14 21:33:58 kwm Exp $ +# $MCom: ports/net/libgweather/Makefile,v 1.3 2008/01/15 04:10:50 mezz Exp $ # PORTNAME= libgweather PORTVERSION= 2.21.2 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -17,7 +18,7 @@ COMMENT= Library to accessing online weather informations USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomevfs2 +USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gnomevfs2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |