diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-12-31 04:56:50 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-12-31 04:56:50 +0800 |
commit | 70e3c3f1242e9f3d6f05fc07f6aa6bbf13a22353 (patch) | |
tree | 2a6808c76e12c728854f452b6ff84d6bce6a8bf7 /audio/sratom | |
parent | 014782cc4066957b4c01bcd54c3d325436f8dfcc (diff) | |
download | freebsd-ports-gnome-70e3c3f1242e9f3d6f05fc07f6aa6bbf13a22353.tar.gz freebsd-ports-gnome-70e3c3f1242e9f3d6f05fc07f6aa6bbf13a22353.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'audio/sratom')
-rw-r--r-- | audio/sratom/Makefile | 4 |
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 |