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/calf | |
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/calf')
-rw-r--r-- | audio/calf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/calf/Makefile b/audio/calf/Makefile index 4356791b3242..f96d7c5566e4 100644 --- a/audio/calf/Makefile +++ b/audio/calf/Makefile @@ -3,7 +3,7 @@ PORTNAME= calf PORTVERSION= 0.0.60 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://calf-studio-gear.org/files/ @@ -33,8 +33,8 @@ OPTIONS_SUB= yes LASH_LIB_DEPENDS= liblash.so:audio/lash LASH_CONFIGURE_WITH= lash LV2_DESC= LV2 audio plugin -LV2_BUILD_DEPENDS= lv2>0:audio/lv2 -LV2_RUN_DEPENDS= lv2>0:audio/lv2 +LV2_BUILD_DEPENDS= lv2core>0:audio/lv2core +LV2_RUN_DEPENDS= lv2core>0:audio/lv2core LV2_CONFIGURE_WITH= lv2 .include <bsd.port.pre.mk> |