aboutsummaryrefslogtreecommitdiff
path: root/audio/liblscp/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-16 12:44:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-16 12:44:00 +0000
commitcfd6d1f4f76b2da14d49395ed03807cb6423769d (patch)
tree3bdec3d2281133856a92850e065033777416faa0 /audio/liblscp/Makefile
parentb940d9510adda79ea38a438116691150cd339387 (diff)
Notes
Diffstat (limited to 'audio/liblscp/Makefile')
-rw-r--r--audio/liblscp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile
index e771aa2e1f30..d0982ee8b1e2 100644
--- a/audio/liblscp/Makefile
+++ b/audio/liblscp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= liblscp
PORTVERSION= 0.5.6
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
http://download.linuxsampler.org/packages/
@@ -12,8 +13,9 @@ COMMENT= Wrapper around the LSCP network protocol
LICENSE= LGPL21
-USES= gmake pathfix
+USES= gmake pathfix libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>