diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-16 00:21:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-16 00:21:03 +0800 |
commit | dec9ef7f718cc624d809f5b7dbe2fcb4e6d9eef7 (patch) | |
tree | 5230984f25517b3127c3aa6f6616a07bc7bda57e /audio/sox | |
parent | de5220a6a517eceb7061e915972a4604ebeac3a9 (diff) | |
download | freebsd-ports-gnome-dec9ef7f718cc624d809f5b7dbe2fcb4e6d9eef7.tar.gz freebsd-ports-gnome-dec9ef7f718cc624d809f5b7dbe2fcb4e6d9eef7.tar.zst freebsd-ports-gnome-dec9ef7f718cc624d809f5b7dbe2fcb4e6d9eef7.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'audio/sox')
-rw-r--r-- | audio/sox/Makefile | 4 | ||||
-rw-r--r-- | audio/sox/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 066801a72c8c..81ca6601d00e 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -3,7 +3,7 @@ PORTNAME= sox PORTVERSION= 14.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF @@ -16,7 +16,7 @@ LICENSE_COMB= dual CONFLICTS= play-[0-9]* GNU_CONFIGURE= yes -USES= pkgconfig libtool:keepla +USES= pkgconfig libtool USE_LDCONFIG= yes USE_AUTOTOOLS= aclocal autoconf automake libltdl diff --git a/audio/sox/pkg-plist b/audio/sox/pkg-plist index 25cad8d5ec6e..6bd7565fcdaf 100644 --- a/audio/sox/pkg-plist +++ b/audio/sox/pkg-plist @@ -4,7 +4,6 @@ bin/sox bin/soxi include/sox.h lib/libsox.a -lib/libsox.la lib/libsox.so lib/libsox.so.2 lib/libsox.so.2.0.1 |