summaryrefslogtreecommitdiff
path: root/audio/linuxsampler
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-11-05 02:59:28 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-11-05 02:59:28 +0000
commitd0e1ac1a7e481d3e83eb80fa03d2364c028879ec (patch)
tree19c93f582be6a2ac87b9d4af48858b3de1db1303 /audio/linuxsampler
parentaudio/linuxsampler: rename LV2CORE to LV2 like in audio/calf (diff)
audio/lv2core: deprecate in favor of audio/lv2 (try#2)
- Switch existing consumers to audio/lv2 PR: 197126, 213285 (for tracking)
Notes
Notes: svn path=/head/; revision=425373
Diffstat (limited to 'audio/linuxsampler')
-rw-r--r--audio/linuxsampler/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile
index d52b94ec13bd..226733a4bdf5 100644
--- a/audio/linuxsampler/Makefile
+++ b/audio/linuxsampler/Makefile
@@ -3,7 +3,7 @@
PORTNAME= linuxsampler
PORTVERSION= 1.0.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://download.linuxsampler.org/packages/
@@ -58,8 +58,8 @@ PLIST_SUB+= DSSI="@comment "
.endif
.if ${PORT_OPTIONS:MLV2}
-BUILD_DEPENDS+= lv2core>=0:audio/lv2core
-RUN_DEPENDS+= lv2core>=0:audio/lv2core
+BUILD_DEPENDS+= lv2>=1.14.0_1:audio/lv2
+RUN_DEPENDS+= lv2>=1.14.0_1:audio/lv2
PLIST_SUB+= LV2=""
.else
CONFIGURE_ENV+= ac_cv_header_lv2_h=no