diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-16 14:19:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-16 14:19:50 +0000 |
commit | e8b935de718d80ca7de2cd747edecf3a0052d867 (patch) | |
tree | 3db0e91975bbd3d907e2720f9afa348604869bf5 /audio/liblo | |
parent | ff44441fb3d030270aa68bce83ea210145560e1e (diff) | |
download | ports-e8b935de718d80ca7de2cd747edecf3a0052d867.tar.gz ports-e8b935de718d80ca7de2cd747edecf3a0052d867.zip |
Notes
Diffstat (limited to 'audio/liblo')
-rw-r--r-- | audio/liblo/Makefile | 3 |
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 |