diff options
author | pav <pav@FreeBSD.org> | 2004-07-12 19:06:57 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-12 19:06:57 +0000 |
commit | 4851ea4925c29b61bdf9e29cd32a6aa0c9209cc8 (patch) | |
tree | 3def51df09d8e8799fd6071dbfacec18115938ef /science | |
parent | da54ed0aa2f17fef2e6f75dd8c41a51da4e5184f (diff) | |
download | FreeBSD-ports-4851ea4925c29b61bdf9e29cd32a6aa0c9209cc8.zip FreeBSD-ports-4851ea4925c29b61bdf9e29cd32a6aa0c9209cc8.tar.gz |
- Poke new libtool infrastructure: use system libtool
Diffstat (limited to 'science')
-rw-r--r-- | science/gchempaint/Makefile | 4 | ||||
-rw-r--r-- | science/gchemutils/Makefile | 2 | ||||
-rw-r--r-- | science/gchemutils/files/patch-configure | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index 58e65e8..290b83d 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -17,9 +17,9 @@ LIB_DEPENDS= gcu.2:${PORTSDIR}/science/gchemutils USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui lthack +USE_GNOME= gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 32c5d48..af174bc 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libglade2 libgnomeprint libgnomeui USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" diff --git a/science/gchemutils/files/patch-configure b/science/gchemutils/files/patch-configure deleted file mode 100644 index d7a6955..0000000 --- a/science/gchemutils/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Mar 1 22:09:31 2003 -+++ configure Tue Mar 18 12:30:50 2003 -@@ -8256,6 +8256,8 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS -+ - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' - |