diff options
author | pav <pav@FreeBSD.org> | 2007-04-22 20:00:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-22 20:00:56 +0800 |
commit | 20ae131469a28e70b6d445ac253802c539d57155 (patch) | |
tree | f28b1944213d7d390d148acfd0ad783b34c61402 /www | |
parent | 4b02a3426627f469207782fb493472428a6d86fa (diff) | |
download | freebsd-ports-gnome-20ae131469a28e70b6d445ac253802c539d57155.tar.gz freebsd-ports-gnome-20ae131469a28e70b6d445ac253802c539d57155.tar.zst freebsd-ports-gnome-20ae131469a28e70b6d445ac253802c539d57155.zip |
- Fix after objformat removal
Reported by: krismail
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index cfec1ebda39c..4ddf7141fa0c 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal USE_GETTEXT= yes USE_LDCONFIG= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-gconf=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |