diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 20:27:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 20:27:19 +0800 |
commit | f785c129df6afd5ab538aacbca055b9c7587b070 (patch) | |
tree | 813734bca04f653c61457c0bcc3367fcbe9f89e1 /audio/twolame | |
parent | fe01cfa86f6ae12e60b2cbf2c8f6950eaf31d4ed (diff) | |
download | freebsd-ports-gnome-f785c129df6afd5ab538aacbca055b9c7587b070.tar.gz freebsd-ports-gnome-f785c129df6afd5ab538aacbca055b9c7587b070.tar.zst freebsd-ports-gnome-f785c129df6afd5ab538aacbca055b9c7587b070.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'audio/twolame')
-rw-r--r-- | audio/twolame/Makefile | 4 | ||||
-rw-r--r-- | audio/twolame/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 693d2b33a0a2..12bf64dc39fc 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -3,7 +3,7 @@ PORTNAME= twolame PORTVERSION= 0.3.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF \ http://www.ecs.soton.ac.uk/~njh/twolame/ @@ -16,7 +16,7 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg -USES= gmake pathfix pkgconfig libtool:keepla +USES= gmake pathfix pkgconfig libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/audio/twolame/pkg-plist b/audio/twolame/pkg-plist index b4c69d8b2b69..d3637d7b34dc 100644 --- a/audio/twolame/pkg-plist +++ b/audio/twolame/pkg-plist @@ -1,7 +1,6 @@ bin/twolame include/twolame.h lib/libtwolame.a -lib/libtwolame.la lib/libtwolame.so lib/libtwolame.so.0 lib/libtwolame.so.0.0.0 |