diff options
author | ade <ade@FreeBSD.org> | 2001-06-19 09:37:36 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-19 09:37:36 +0000 |
commit | da2658174d17d340834adda18ae39b24e984619d (patch) | |
tree | b10512da832890e1127c5ffbe3e1742da623c2ae /www/glibwww | |
parent | 0b32df7048d5535d364fd12d9147a73547f991c5 (diff) | |
download | FreeBSD-ports-da2658174d17d340834adda18ae39b24e984619d.zip FreeBSD-ports-da2658174d17d340834adda18ae39b24e984619d.tar.gz |
Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality).
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 05897e7..9d58415 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" \ |