diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-16 22:56:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-16 22:56:34 +0800 |
commit | aea9036639146ba9a47c25d62b7532012441129e (patch) | |
tree | a9ac09500b6f6da80bf8157997f704358fb24bbc /audio/twolame | |
parent | 9eb04a2cd2a62223d316083add029752436dde88 (diff) | |
download | freebsd-ports-gnome-aea9036639146ba9a47c25d62b7532012441129e.tar.gz freebsd-ports-gnome-aea9036639146ba9a47c25d62b7532012441129e.tar.zst freebsd-ports-gnome-aea9036639146ba9a47c25d62b7532012441129e.zip |
- Switch to USES=libtool
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, 3 insertions, 2 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 3fc1fdf5b038..693d2b33a0a2 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -3,7 +3,7 @@ PORTNAME= twolame PORTVERSION= 0.3.13 -PORTREVISION= 1 +PORTREVISION= 2 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 +USES= gmake pathfix pkgconfig libtool:keepla USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/audio/twolame/pkg-plist b/audio/twolame/pkg-plist index 522c7298c0e4..b4c69d8b2b69 100644 --- a/audio/twolame/pkg-plist +++ b/audio/twolame/pkg-plist @@ -4,6 +4,7 @@ lib/libtwolame.a lib/libtwolame.la lib/libtwolame.so lib/libtwolame.so.0 +lib/libtwolame.so.0.0.0 libdata/pkgconfig/twolame.pc %%DOCSDIR%%/api.txt %%DOCSDIR%%/html/api.html |