diff options
-rw-r--r-- | lang/gcc44/Makefile | 2 |
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 |