aboutsummaryrefslogtreecommitdiff
path: root/audio/liblo/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-16 14:19:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-16 14:19:50 +0000
commite8b935de718d80ca7de2cd747edecf3a0052d867 (patch)
tree3db0e91975bbd3d907e2720f9afa348604869bf5 /audio/liblo/Makefile
parentff44441fb3d030270aa68bce83ea210145560e1e (diff)
downloadports-e8b935de718d80ca7de2cd747edecf3a0052d867.tar.gz
ports-e8b935de718d80ca7de2cd747edecf3a0052d867.zip
- Add missing USES=libtool
Notes
Notes: svn path=/head/; revision=358000
Diffstat (limited to 'audio/liblo/Makefile')
-rw-r--r--audio/liblo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile
index 6cbf9f2405dd..479f6ae027bd 100644
--- a/audio/liblo/Makefile
+++ b/audio/liblo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= liblo
PORTVERSION= 0.28
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF
@@ -13,7 +14,7 @@ LICENSE= LGPL21
BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
-USES= gmake pathfix
+USES= gmake pathfix libtool:oldver
GNU_CONFIGURE= yes
USE_LDCONFIG= yes