diff options
author | bjs <bjs> | 2008-08-23 08:37:33 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-08-23 08:37:33 +0000 |
commit | a750a63aacb1aa7eb16d94356825630336b59442 (patch) | |
tree | 737fe986c1a0a6044c16d0bd418f42f4d8a24b8f /devel/libtar/PLIST | |
parent | 328045a611a55146b7e8d3dfaf9752e2f928342f (diff) | |
download | pkgsrc-a750a63aacb1aa7eb16d94356825630336b59442.tar.gz |
wip/vlc-devel wants to create a dlopen()-able module linked against
this library; unfortunately, this package was only making a static
archive. This is bound to break on a fair number of platforms. Employ
libtool, as this is what vlc (and possibly other packages) are using
in the first place.
PKGREVISION++
Diffstat (limited to 'devel/libtar/PLIST')
-rw-r--r-- | devel/libtar/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtar/PLIST b/devel/libtar/PLIST index 380496cb24c..f36629fb569 100644 --- a/devel/libtar/PLIST +++ b/devel/libtar/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/22 17:14:48 seb Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/08/23 08:37:33 bjs Exp $ bin/libtar include/libtar.h include/libtar_listhash.h -lib/libtar.a +lib/libtar.la man/man3/TH_ISBLK.3 man/man3/TH_ISCHR.3 man/man3/TH_ISDIR.3 |