diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-30 02:39:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-30 02:39:29 +0000 |
commit | e960eade031a3c5d4de2633335d58d1357c0919a (patch) | |
tree | bc18b2d5b060fb37c320c1c521a0a793404f216b /www/gtkhtml | |
parent | ad04004ff5ed234824c8d9c073877c3d69db6832 (diff) | |
download | ports-e960eade031a3c5d4de2633335d58d1357c0919a.tar.gz ports-e960eade031a3c5d4de2633335d58d1357c0919a.zip |
Notes
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} |