diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-04 23:15:50 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-04 23:15:50 +0800 |
commit | 7a328bc2d5bec314d17595f68b4d71d8c2ca9f6c (patch) | |
tree | 96b8871589761dbe3c73057634d514ffc01d6301 | |
parent | a11e6757ec85270ebb9c7237138a47bee88c436b (diff) | |
download | freebsd-ports-graphics-7a328bc2d5bec314d17595f68b4d71d8c2ca9f6c.tar.gz freebsd-ports-graphics-7a328bc2d5bec314d17595f68b4d71d8c2ca9f6c.tar.zst freebsd-ports-graphics-7a328bc2d5bec314d17595f68b4d71d8c2ca9f6c.zip |
change the libtool version to use from 1.3 to 1.5
-rw-r--r-- | devel/physfs-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/physfs-devel/pkg-plist | 1 | ||||
-rw-r--r-- | devel/physfs/Makefile | 2 | ||||
-rw-r--r-- | devel/physfs/pkg-plist | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile index 3a8d7340bf3..4d0a121c110 100644 --- a/devel/physfs-devel/Makefile +++ b/devel/physfs-devel/Makefile @@ -15,7 +15,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A library to provide abstract access to various archives USE_GNOME= gnometarget -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/physfs-devel/pkg-plist b/devel/physfs-devel/pkg-plist index e553d55361a..a00bf18eb94 100644 --- a/devel/physfs-devel/pkg-plist +++ b/devel/physfs-devel/pkg-plist @@ -1,5 +1,6 @@ bin/test_physfs include/physfs.h +lib/libphysfs-1.0.so lib/libphysfs-1.0.so.0 lib/libphysfs.so lib/libphysfs.a diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 3a8d7340bf3..4d0a121c110 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -15,7 +15,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A library to provide abstract access to various archives USE_GNOME= gnometarget -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/physfs/pkg-plist b/devel/physfs/pkg-plist index e553d55361a..a00bf18eb94 100644 --- a/devel/physfs/pkg-plist +++ b/devel/physfs/pkg-plist @@ -1,5 +1,6 @@ bin/test_physfs include/physfs.h +lib/libphysfs-1.0.so lib/libphysfs-1.0.so.0 lib/libphysfs.so lib/libphysfs.a |