diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-04 15:15:50 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-04 15:15:50 +0000 |
commit | 88b85a42037b21c8e61dd30b555e8166da84cc85 (patch) | |
tree | 1b17c2925411c9cbce3ca065c005d30ab183c779 /devel/physfs | |
parent | 90c3b8a06714a5bb3c629843853e2eae7b901ff6 (diff) |
change the libtool version to use from 1.3 to 1.5
Notes
Notes:
svn path=/head/; revision=136792
Diffstat (limited to 'devel/physfs')
-rw-r--r-- | devel/physfs/Makefile | 2 | ||||
-rw-r--r-- | devel/physfs/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 3a8d7340bf33..4d0a121c110d 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 e553d55361ad..a00bf18eb948 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 |