aboutsummaryrefslogtreecommitdiff
path: root/audio/lilv
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-12-30 20:56:50 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-12-30 20:56:50 +0000
commit70e3c3f1242e9f3d6f05fc07f6aa6bbf13a22353 (patch)
tree2a6808c76e12c728854f452b6ff84d6bce6a8bf7 /audio/lilv
parent014782cc4066957b4c01bcd54c3d325436f8dfcc (diff)
downloadports-70e3c3f1242e9f3d6f05fc07f6aa6bbf13a22353.tar.gz
ports-70e3c3f1242e9f3d6f05fc07f6aa6bbf13a22353.zip
Add lv2 to RUN_DEPENDS.
sratom and lilv both have lv2 in the Required filed of there pkg-config file. PR: 234334 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=488738
Diffstat (limited to 'audio/lilv')
-rw-r--r--audio/lilv/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile
index 2e68eb004b8f..caf52dd408c9 100644
--- a/audio/lilv/Makefile
+++ b/audio/lilv/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lilv
PORTVERSION= 0.24.4
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
@@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord libsratom-0.so:audio/sratom libsndfile.so:audio/libsndfile
+RUN_DEPENDS= lv2>=1.14.0:audio/lv2
USES= pkgconfig python:build tar:bzip2 waf