aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-05-29 00:11:48 +0000
committerEd Maste <emaste@FreeBSD.org>2020-05-29 00:11:48 +0000
commit7a157a96a344ea954ff84e43c0b192a655d22d47 (patch)
tree94c9500047c5c142f736e5bfead786866f038b98 /comms
parentbd65c8e936e05a2d26cd13d9ad69e4fc8185fa0a (diff)
downloadports-7a157a96a344ea954ff84e43c0b192a655d22d47.tar.gz
ports-7a157a96a344ea954ff84e43c0b192a655d22d47.zip
comms/libfec: 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. PR: 205250 Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=536824
Diffstat (limited to 'comms')
-rw-r--r--comms/libfec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile
index 921bda1da99b..11af557568b5 100644
--- a/comms/libfec/Makefile
+++ b/comms/libfec/Makefile
@@ -14,6 +14,8 @@ COMMENT= Several forward error correction (FEC) decoders
LICENSE= LGPL21
+BUILD_DEPENDS= as:devel/binutils
+
MAKEFILE= makefile
GNU_CONFIGURE= yes