diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 03:44:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 03:44:36 +0800 |
commit | 3a091977b6c2fc5cb058c3cd9f14f910e6aaef74 (patch) | |
tree | 88924318aa2766f931d73fbaac8489eb03734f44 /audio | |
parent | fe2fd4d1b0a9f0dffc15d92203ebc15648d3b03b (diff) | |
download | freebsd-ports-gnome-3a091977b6c2fc5cb058c3cd9f14f910e6aaef74.tar.gz freebsd-ports-gnome-3a091977b6c2fc5cb058c3cd9f14f910e6aaef74.tar.zst freebsd-ports-gnome-3a091977b6c2fc5cb058c3cd9f14f910e6aaef74.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundtouch/Makefile | 3 | ||||
-rw-r--r-- | audio/soundtouch/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 667e91f02cdb..306d73bc6e88 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -3,6 +3,7 @@ PORTNAME= soundtouch PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ @@ -19,7 +20,7 @@ AUTOMAKE_ARGS= --add-missing --copy --foreign CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -USES= pathfix +USES= pathfix libtool PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= INTEGER_SAMPLES DOCS diff --git a/audio/soundtouch/pkg-plist b/audio/soundtouch/pkg-plist index 47d82c680e0e..b18117b29eaf 100644 --- a/audio/soundtouch/pkg-plist +++ b/audio/soundtouch/pkg-plist @@ -5,9 +5,9 @@ include/soundtouch/FIFOSamplePipe.h include/soundtouch/STTypes.h include/soundtouch/SoundTouch.h include/soundtouch/soundtouch_config.h -lib/libSoundTouch.la lib/libSoundTouch.so lib/libSoundTouch.so.0 +lib/libSoundTouch.so.0.0.0 libdata/pkgconfig/soundtouch.pc share/aclocal/soundtouch.m4 %%PORTDOCS%%%%DOCSDIR%%/README.html |