aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ardour5
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-05-30 23:52:48 +0800
committerEd Maste <emaste@FreeBSD.org>2020-05-30 23:52:48 +0800
commitd23e1f0a856331e5d56f6ba5cfbc1b396dfae86b (patch)
treee1a35cf4c01554cedf3a03c2273d8ad94c869a67 /audio/ardour5
parentfe1609abb344e400c74bacd838b45d0fa8c0e81d (diff)
downloadfreebsd-ports-gnome-d23e1f0a856331e5d56f6ba5cfbc1b396dfae86b.tar.gz
freebsd-ports-gnome-d23e1f0a856331e5d56f6ba5cfbc1b396dfae86b.tar.zst
freebsd-ports-gnome-d23e1f0a856331e5d56f6ba5cfbc1b396dfae86b.zip
audio/ardour5: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for FreeBSD 13.0. Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no change for existing 11.x and 12.x, which will continue to use the base system GNU as 2.17.50. This likely also addresses the reason this port is marked BROKEN_aarch64; that can be addressed in a subsequent sweep. PR: 205250 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'audio/ardour5')
-rw-r--r--audio/ardour5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ardour5/Makefile b/audio/ardour5/Makefile
index 25a48cbfda03..272d1f5bb5c8 100644
--- a/audio/ardour5/Makefile
+++ b/audio/ardour5/Makefile
@@ -19,7 +19,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-09-15
-BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 itstool>2.0.0:textproc/itstool
+BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 itstool>2.0.0:textproc/itstool \
+ as:devel/binutils
LIB_DEPENDS= libserd-0.so:devel/serd \
libsord-0.so:devel/sord \
libsratom-0.so:audio/sratom \