diff options
Diffstat (limited to 'net/libgweather')
-rw-r--r-- | net/libgweather/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index 6356e0d9c..ea2aecc6a 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -3,17 +3,20 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/libgweather/Makefile,v 1.13 2008/06/17 19:32:59 marcus Exp $ +# $MCom: ports/net/libgweather/Makefile,v 1.14 2008/07/23 05:04:43 marcus Exp $ # PORTNAME= libgweather PORTVERSION= 2.23.5 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Library to accessing online weather informations +LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup + USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes |