diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-11 17:16:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-11 17:16:10 +0000 |
commit | 19a718ac4c38750e766de7abf027f0491981495d (patch) | |
tree | 8fad9fa05facfd939ca92589f047e5224dffd236 /www/glibwww | |
parent | 47c68887b223642a73baccd0fa69c8caf7845044 (diff) | |
download | ports-19a718ac4c38750e766de7abf027f0491981495d.tar.gz ports-19a718ac4c38750e766de7abf027f0491981495d.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 9d584153172a..59b5948ac8ee 100644 --- a/www/glibwww/Makefile +++ b/www/glibwww/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMECTRL= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |