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 | Update to 0.3; fix minor grammatical error in pkg-descr. (diff) |
Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality).
Notes
Notes:
svn path=/head/; revision=44212
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" \ |