summaryrefslogtreecommitdiff
path: root/lang/gcc44
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-09-28 12:32:16 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2010-09-28 12:32:16 +0000
commit344200ca8db2a0ff08df6c27e2030181a1995592 (patch)
tree5bc61aa618fad64be1cb45a8e2b0695b64308fb7 /lang/gcc44
parentChange snmp dependency to net-snmp version 5.x because net-snmp4 will be (diff)
Replace the explicit build dependency on devel/binutils by USE_BINUTILS.
Submitted by: bf
Notes
Notes: svn path=/head/; revision=262026
Diffstat (limited to 'lang/gcc44')
-rw-r--r--lang/gcc44/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index 815d8271def0..b121f001020f 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -20,7 +20,6 @@ COMMENT= GNU Compiler Collection 4.4
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
mpfr.4:${PORTSDIR}/math/mpfr
-BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
.if defined(MAINTAINER_MODE)
@@ -32,6 +31,7 @@ VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
ONLY_FOR_ARCHS= amd64 i386 sparc64
+USE_BINUTILS= yes
USE_BISON= build
USE_BZIP2= yes
USE_GMAKE= yes