diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 16:47:15 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 16:47:15 +0000 |
commit | 92e5f6b3b1fd04adbbb9f6b92dc6fc89f510b907 (patch) | |
tree | 01287c71845be4f3b65c0d69199970ce3198538e /databases/libsdb | |
parent | fbecb83eab5b750ec753a5057acd61a0b8c65670 (diff) | |
download | ports-92e5f6b3b1fd04adbbb9f6b92dc6fc89f510b907.tar.gz ports-92e5f6b3b1fd04adbbb9f6b92dc6fc89f510b907.zip |
change the libtool version to use from 1.3 to 1.5
Notes
Notes:
svn path=/head/; revision=136538
Diffstat (limited to 'databases/libsdb')
-rw-r--r-- | databases/libsdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libsdb/Makefile b/databases/libsdb/Makefile index c31c71fb5075..8ba744f32df9 100644 --- a/databases/libsdb/Makefile +++ b/databases/libsdb/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple database library USE_GNOME= gnometarget lthack -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3 |