aboutsummaryrefslogtreecommitdiff
path: root/audio/libfishsound/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-16 12:32:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-16 12:32:13 +0000
commitbeb2a5a2841e8026240c2ede2b8472b50926be39 (patch)
tree5bd692f179faf71e48009d82f373b484f0f139e2 /audio/libfishsound/Makefile
parent1b40a2cac83811517a6f8343f5820ee84e618e91 (diff)
downloadports-beb2a5a2841e8026240c2ede2b8472b50926be39.tar.gz
ports-beb2a5a2841e8026240c2ede2b8472b50926be39.zip
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=357978
Diffstat (limited to 'audio/libfishsound/Makefile')
-rw-r--r--audio/libfishsound/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index daa621831287..e87a48197455 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libfishsound
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \
LOCAL/sunpoet
@@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS DOXYGEN
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig libtool
.include <bsd.port.options.mk>
@@ -36,6 +36,6 @@ post-patch:
.endif
post-build:
- @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so.4
+ @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so
.include <bsd.port.mk>