mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
- Switch to USES=libtool
Approved by: portmgr blanket
This commit is contained in:
parent
b8a678b0d4
commit
03c90b4fac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358011
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= twolame
|
PORTNAME= twolame
|
||||||
PORTVERSION= 0.3.13
|
PORTVERSION= 0.3.13
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF \
|
MASTER_SITES= SF \
|
||||||
http://www.ecs.soton.ac.uk/~njh/twolame/
|
http://www.ecs.soton.ac.uk/~njh/twolame/
|
||||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
|
||||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||||
libogg.so:${PORTSDIR}/audio/libogg
|
libogg.so:${PORTSDIR}/audio/libogg
|
||||||
|
|
||||||
USES= gmake pathfix pkgconfig
|
USES= gmake pathfix pkgconfig libtool:keepla
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ lib/libtwolame.a
|
||||||
lib/libtwolame.la
|
lib/libtwolame.la
|
||||||
lib/libtwolame.so
|
lib/libtwolame.so
|
||||||
lib/libtwolame.so.0
|
lib/libtwolame.so.0
|
||||||
|
lib/libtwolame.so.0.0.0
|
||||||
libdata/pkgconfig/twolame.pc
|
libdata/pkgconfig/twolame.pc
|
||||||
%%DOCSDIR%%/api.txt
|
%%DOCSDIR%%/api.txt
|
||||||
%%DOCSDIR%%/html/api.html
|
%%DOCSDIR%%/html/api.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue