summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-05-30 15:52:48 +0000
committerEd Maste <emaste@FreeBSD.org>2020-05-30 15:52:48 +0000
commitd23e1f0a856331e5d56f6ba5cfbc1b396dfae86b (patch)
treee1a35cf4c01554cedf3a03c2273d8ad94c869a67
parentgames/multimc: prepare for Qt5-5.15 (diff)
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
Notes
Notes: svn path=/head/; revision=537087
-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 \