diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-29 19:00:57 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-29 19:00:57 +0000 |
commit | 1d88562c2123e869905d2d97d32e420bf074a708 (patch) | |
tree | facf24caec7688e790f8ea54b6409a5f034f2762 | |
parent | Fix gcc 3.3 compile failure. (diff) |
add 2 missing library links
Notes
Notes:
svn path=/head/; revision=85873
-rw-r--r-- | devel/physfs-devel/pkg-plist | 2 | ||||
-rw-r--r-- | devel/physfs/pkg-plist | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/physfs-devel/pkg-plist b/devel/physfs-devel/pkg-plist index 840e41b40823..603c50e3a9bb 100644 --- a/devel/physfs-devel/pkg-plist +++ b/devel/physfs-devel/pkg-plist @@ -1,5 +1,7 @@ bin/test_physfs include/physfs.h lib/libphysfs-0.1.so.8 +lib/libphysfs-0.1.so +lib/libphysfs.so lib/libphysfs.la lib/libphysfs.a diff --git a/devel/physfs/pkg-plist b/devel/physfs/pkg-plist index 840e41b40823..603c50e3a9bb 100644 --- a/devel/physfs/pkg-plist +++ b/devel/physfs/pkg-plist @@ -1,5 +1,7 @@ bin/test_physfs include/physfs.h lib/libphysfs-0.1.so.8 +lib/libphysfs-0.1.so +lib/libphysfs.so lib/libphysfs.la lib/libphysfs.a |