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 | |
parent | dns/opendnssec: fix build with GCC-based architectures (diff) |
Mark BROKEN: fails to stage
install: /wrkdirs/usr/ports/audio/calf-lv2/work/stage/usr/local/lib/lv2/calf.lv2: realpath: No such file or directory
Reported by: pkg-fallout
MFH: 2019Q3
-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 \ |