aboutsummaryrefslogtreecommitdiff
path: root/audio/sratom
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/sratom
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/sratom')
-rw-r--r--audio/sratom/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sratom/Makefile b/audio/sratom/Makefile
index 99fff86039f4..db048da8256a 100644
--- a/audio/sratom/Makefile
+++ b/audio/sratom/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sratom
PORTVERSION= 0.6.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
@@ -12,8 +13,9 @@ COMMENT= Sratom is a library for serialising LV2 atoms to/from RDF
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
+LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord
+RUN_DEPENDS= lv2>=1.14.0:audio/lv2
USES= pkgconfig python:build tar:bzip2 waf
USE_CSTD= c99