diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-11 21:07:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-11 21:07:04 +0800 |
commit | 53e3e42d807f6a67558787b29bf6230c7558094f (patch) | |
tree | c15636be4782776dfd70825f38deeec6ab12aab7 /audio/lame | |
parent | c4cd538b1239a4f9c3a259e605ecb49bd068f3fd (diff) | |
download | freebsd-ports-gnome-53e3e42d807f6a67558787b29bf6230c7558094f.tar.gz freebsd-ports-gnome-53e3e42d807f6a67558787b29bf6230c7558094f.tar.zst freebsd-ports-gnome-53e3e42d807f6a67558787b29bf6230c7558094f.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 4 | ||||
-rw-r--r-- | audio/lame/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 2a94c7029d3e..ecee207d1d1a 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -3,14 +3,14 @@ PORTNAME= lame PORTVERSION= 3.99.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/3.99 MAINTAINER= netchild@FreeBSD.org COMMENT= Fast MP3 encoder kit -USES= gmake iconv libtool:keepla +USES= gmake iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest diff --git a/audio/lame/pkg-plist b/audio/lame/pkg-plist index 27d820ec254a..fdc523642045 100644 --- a/audio/lame/pkg-plist +++ b/audio/lame/pkg-plist @@ -3,7 +3,6 @@ bin/mp3rtp man/man1/lame.1.gz include/lame/lame.h lib/libmp3lame.a -lib/libmp3lame.la lib/libmp3lame.so lib/libmp3lame.so.0 lib/libmp3lame.so.0.0.0 |