diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-07-08 13:02:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-07-08 13:02:33 +0000 |
commit | f0d4aa72bbecb3bc464d5288ec658b6fbf8d1589 (patch) | |
tree | cc42e9d521ede5ecef47830a0fc8ccd336680ada | |
parent | net-mgmt/zabbix3-server: fix build with GCC-based architectures (diff) |
Mark BROKEN: fails to configure
Checking for lv2core >= 1.0 : Package 'lv2core' was not found
Reported by: pkg-fallout
MFH: 2019Q3
-rw-r--r-- | audio/slv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile index dfdd7a6be136..408c8edf0ec4 100644 --- a/audio/slv2/Makefile +++ b/audio/slv2/Makefile @@ -13,6 +13,8 @@ COMMENT= LV2 Application Support Library LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to configure + BUILD_DEPENDS= lv2>=1.14.0_1:audio/lv2 LIB_DEPENDS= libjack.so:audio/jack \ librdf.so:textproc/redland |