diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-04 04:18:13 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-04 04:18:13 +0800 |
commit | b5d977c1267293179b1deaadf74303780d1dcc3d (patch) | |
tree | b85b6acba969d5f08821ca6523acc427c0e9ab20 /science/xloops-ginac | |
parent | 0b822479b120df9aab7269907873dd7d9981eec3 (diff) | |
download | freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.gz freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.zst freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'science/xloops-ginac')
-rw-r--r-- | science/xloops-ginac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile index 23217981ded5..bd7e52df4bb7 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= ginac-1.3.1:${PORTSDIR}/math/GiNaC USE_GCC= 3.4 USE_GNOME= gnometarget lthack USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" |