diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 03:00:51 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 03:00:51 +0800 |
commit | 848c1941ffe35c420da63f227e934eab62f8e2e8 (patch) | |
tree | d8a75254cdcaa6af4ba36fac291c32daeb7fd903 /devel/libzt | |
parent | 9c7ab7db710a8a1025835cedb86a9ce388a28ab6 (diff) | |
download | freebsd-ports-gnome-848c1941ffe35c420da63f227e934eab62f8e2e8.tar.gz freebsd-ports-gnome-848c1941ffe35c420da63f227e934eab62f8e2e8.tar.zst freebsd-ports-gnome-848c1941ffe35c420da63f227e934eab62f8e2e8.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'devel/libzt')
-rw-r--r-- | devel/libzt/Makefile | 2 | ||||
-rw-r--r-- | devel/libzt/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/libzt/Makefile b/devel/libzt/Makefile index 7b63fd3517b4..73da7eea4360 100644 --- a/devel/libzt/Makefile +++ b/devel/libzt/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of utility code for C application/server development GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes USE_GETOPT_LONG= yes INSTALLS_SHLIB= yes diff --git a/devel/libzt/pkg-plist b/devel/libzt/pkg-plist index cd536333a8f3..c505caf8fb89 100644 --- a/devel/libzt/pkg-plist +++ b/devel/libzt/pkg-plist @@ -17,7 +17,6 @@ include/libzt/progname.h include/libzt/str.h include/libzt/zt.h lib/libzt.a -lib/libzt.la lib/libzt.so lib/libzt.so.0 @dirrm include/libzt/cfg |