diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-30 10:39:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-30 10:39:29 +0800 |
commit | 70e1fe46d775022cbe19ae1084dcbccef65120fa (patch) | |
tree | 70955611722345d813c382a14c3af783c7a4c6a8 /www/gtkhtml | |
parent | 8cb3bd7c72c0b05d1266dff32970cdc87d60b41f (diff) | |
download | freebsd-ports-gnome-70e1fe46d775022cbe19ae1084dcbccef65120fa.tar.gz freebsd-ports-gnome-70e1fe46d775022cbe19ae1084dcbccef65120fa.tar.zst freebsd-ports-gnome-70e1fe46d775022cbe19ae1084dcbccef65120fa.zip |
Re-enable gconf support now that gconf1 plays nicely with gconf2.
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 1c889a788754..d19d6e588eb4 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -25,9 +25,9 @@ USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_REINPLACE= yes -CONFIGURE_ARGS= --with-gconf=no +CONFIGURE_ARGS= --with-gconf=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" VERSION= ${PORTNAME}-${PORTVERSION} |