diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-05 02:59:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-05 02:59:28 +0000 |
commit | d0e1ac1a7e481d3e83eb80fa03d2364c028879ec (patch) | |
tree | 19c93f582be6a2ac87b9d4af48858b3de1db1303 /audio/calf | |
parent | 5bc47d582c366bdf4b2e4859d5f6e30a30b61e19 (diff) | |
download | ports-d0e1ac1a7e481d3e83eb80fa03d2364c028879ec.tar.gz ports-d0e1ac1a7e481d3e83eb80fa03d2364c028879ec.zip |
Notes
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 f96d7c5566e4..6f18b5a18db5 100644 --- a/audio/calf/Makefile +++ b/audio/calf/Makefile @@ -3,7 +3,7 @@ PORTNAME= calf PORTVERSION= 0.0.60 -PORTREVISION= 3 +PORTREVISION= 4 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= lv2core>0:audio/lv2core -LV2_RUN_DEPENDS= lv2core>0:audio/lv2core +LV2_BUILD_DEPENDS= lv2>=1.14.0_1:audio/lv2 +LV2_RUN_DEPENDS= lv2>=1.14.0_1:audio/lv2 LV2_CONFIGURE_WITH= lv2 .include <bsd.port.pre.mk> |