diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-25 02:41:35 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-25 02:41:35 +0000 |
commit | 493df9f8cad5103d8462577a753203d211464f9d (patch) | |
tree | 367a890eb778a8ec6e8c0473f0d4d0c139128f11 /x11-toolkits | |
parent | f2014fa411a1f7e23fb9a5354f36aa18e2109e19 (diff) | |
download | FreeBSD-ports-493df9f8cad5103d8462577a753203d211464f9d.zip FreeBSD-ports-493df9f8cad5103d8462577a753203d211464f9d.tar.gz |
Since this port uses custom LIBTOOLFLAGS, make sure to use its included
libtool.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnome--/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnome--/Makefile b/x11-toolkits/gnome--/Makefile index b27cd84..3285bec 100644 --- a/x11-toolkits/gnome--/Makefile +++ b/x11-toolkits/gnome--/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomelibs -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static |