diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 00:41:49 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 00:41:49 +0800 |
commit | 6b521d8e5f29566a141ad0e6c98502361d79dee1 (patch) | |
tree | 8d577a62e301f74b9227207f6840ae41e996e289 /comms | |
parent | c50a310c7b50d1e71748d1450d862e479cbecfde (diff) | |
download | freebsd-ports-gnome-6b521d8e5f29566a141ad0e6c98502361d79dee1.tar.gz freebsd-ports-gnome-6b521d8e5f29566a141ad0e6c98502361d79dee1.tar.zst freebsd-ports-gnome-6b521d8e5f29566a141ad0e6c98502361d79dee1.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gsmlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index e1a3a055960e..258f90e73704 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -19,7 +19,7 @@ USE_GNOME= gnometarget lthack USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes |