From 89324e869f4a4e9e42bcb1778d55f4c4c07a4598 Mon Sep 17 00:00:00 2001 From: mezz Date: Sat, 19 Jan 2008 23:10:36 +0000 Subject: Add a missing dependency, gtk20. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10180 df743ca5-7f9a-e211-a948-0013205c9059 --- net/libgweather/Makefile | 5 +++-- 1 file 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 # # $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" \ -- cgit