diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-05 10:59:01 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-05 10:59:01 +0800 |
commit | ff1ee20ba128eb39be62a887b82ac9b9b9efe25f (patch) | |
tree | 8fb621fa283d902153aa4727adf1c2a331b2253b /audio/slv2 | |
parent | 9d83adcf1bbd152218990aeee02113ab3a0810a4 (diff) | |
download | freebsd-ports-gnome-ff1ee20ba128eb39be62a887b82ac9b9b9efe25f.tar.gz freebsd-ports-gnome-ff1ee20ba128eb39be62a887b82ac9b9b9efe25f.tar.zst freebsd-ports-gnome-ff1ee20ba128eb39be62a887b82ac9b9b9efe25f.zip |
audio/lv2core: backout r425367 to re-land cleanly
Diffstat (limited to 'audio/slv2')
-rw-r--r-- | audio/slv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile index c704a5e6d9ed..da519c14fc0a 100644 --- a/audio/slv2/Makefile +++ b/audio/slv2/Makefile @@ -3,7 +3,7 @@ PORTNAME= slv2 PORTVERSION= 0.6.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ @@ -13,7 +13,7 @@ COMMENT= LV2 Application Support Library LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/lv2.h:audio/lv2 +BUILD_DEPENDS= ${LOCALBASE}/include/lv2.h:audio/lv2core LIB_DEPENDS= libjack.so:audio/jack \ librdf.so:textproc/redland |