diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-07-08 12:57:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-07-08 12:57:49 +0000 |
commit | e5f5ec9b3a89adf7eff8d7346f0442ff94cbae3f (patch) | |
tree | 50f5b7ec124a4389686156d4fae00b6dd1b04803 /audio | |
parent | 08cdb13482cc97e2658b33d42d9638ad38c01a65 (diff) | |
download | ports-e5f5ec9b3a89adf7eff8d7346f0442ff94cbae3f.tar.gz ports-e5f5ec9b3a89adf7eff8d7346f0442ff94cbae3f.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/calf-lv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/calf-lv2/Makefile b/audio/calf-lv2/Makefile index 407206385037..8c2dda78b5f0 100644 --- a/audio/calf-lv2/Makefile +++ b/audio/calf-lv2/Makefile @@ -14,6 +14,8 @@ COMMENT= Set of LV2 plugins LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +BROKEN= fails to stage + BUILD_DEPENDS= lv2>=1.14.0_1:audio/lv2 LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth \ libfontconfig.so:x11-fonts/fontconfig \ |