diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 09:37:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 09:37:36 +0000 |
commit | b5271952f064e6eaca172f7968d8dbe08acd81e9 (patch) | |
tree | 1abc1da8e714fa22c6cf5b65220a083c29dfef73 /www/glibwww | |
parent | 8b0b9d59663c6336147ec94fdab0571da9a2e58e (diff) | |
download | ports-b5271952f064e6eaca172f7968d8dbe08acd81e9.tar.gz ports-b5271952f064e6eaca172f7968d8dbe08acd81e9.zip |
Notes
Diffstat (limited to 'www/glibwww')
-rw-r--r-- | www/glibwww/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/glibwww/Makefile b/www/glibwww/Makefile index 05897e75fa00..9d584153172a 100644 --- a/www/glibwww/Makefile +++ b/www/glibwww/Makefile @@ -7,6 +7,7 @@ PORTNAME= glibwww PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/glibwww @@ -17,7 +18,7 @@ LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |