diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-26 02:37:03 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-26 02:37:03 +0800 |
commit | 7098432a09ec1ec17c6b9906c8f8819d71ad14bc (patch) | |
tree | a97c3231e339e35ab7ee4ae9c7d9c44cc1e653b3 /www/galeon2/Makefile | |
parent | 3b6b1f71028dcddf25d95ffe3b199485d0742e8e (diff) | |
download | freebsd-ports-gnome-7098432a09ec1ec17c6b9906c8f8819d71ad14bc.tar.gz freebsd-ports-gnome-7098432a09ec1ec17c6b9906c8f8819d71ad14bc.tar.zst freebsd-ports-gnome-7098432a09ec1ec17c6b9906c8f8819d71ad14bc.zip |
USE_LIBTOOL strikes back: use the new and improved way for dealing with
configure scripts created using autoconf 2.13 or later, which allows
to replace many patch-ltmain.sh out there with USE_LIBTOOL and one
additional line in configure script.
Diffstat (limited to 'www/galeon2/Makefile')
-rw-r--r-- | www/galeon2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 8002977b3370..9be1bb8bd71a 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -31,7 +31,7 @@ MOZILLA= mozilla USE_X_PREFIX= yes USE_NEWGCC= yes USE_GNOME= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla" \ --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" \ --enable-nautilus-view |