diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-05 01:19:47 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-05 01:19:47 +0000 |
commit | 5b884f4bfa87970e292eaef41b0ec17cc2e5a466 (patch) | |
tree | 6fc30e606f8a2ca269e486154e2e6bf6a53e85b5 /audio/calf | |
parent | b94204b3eabd83542a68057e473aa71e101098dd (diff) | |
download | ports-5b884f4bfa87970e292eaef41b0ec17cc2e5a466.tar.gz ports-5b884f4bfa87970e292eaef41b0ec17cc2e5a466.zip |
audio/lv2core: deprecate in favor of audio/lv2
- Switch existing consumers to audio/lv2
PR: 197126, 213285 (for tracking)
Notes
Notes:
svn path=/head/; revision=425367
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 81c7927d6b8a..4356791b3242 100644 --- a/audio/calf/Makefile +++ b/audio/calf/Makefile @@ -3,7 +3,7 @@ PORTNAME= calf PORTVERSION= 0.0.60 -PORTREVISION= 1 +PORTREVISION= 2 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>0:audio/lv2 +LV2_RUN_DEPENDS= lv2>0:audio/lv2 LV2_CONFIGURE_WITH= lv2 .include <bsd.port.pre.mk> |