summaryrefslogtreecommitdiff
path: root/lang/gcc3-c
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-06 01:42:29 +0000
committerjlam <jlam@pkgsrc.org>2004-02-06 01:42:29 +0000
commit214bd0797ec76cf0919aeceb9efeb9073baffd26 (patch)
tree65708e5ed7db4ad61d1627ae0c94303511767d44 /lang/gcc3-c
parente6e9dca2333219e33edb3fa4ddecb92b440923f0 (diff)
downloadpkgsrc-214bd0797ec76cf0919aeceb9efeb9073baffd26.tar.gz
We should only ever append to DEPENDS, not set it.
Diffstat (limited to 'lang/gcc3-c')
-rw-r--r--lang/gcc3-c/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3-c/Makefile.common b/lang/gcc3-c/Makefile.common
index d1c110f6fcf..f528cde47b8 100644
--- a/lang/gcc3-c/Makefile.common
+++ b/lang/gcc3-c/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/02/01 14:05:47 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/02/06 01:42:29 jlam Exp $
GCC_VERSION= 3.3.2
DISTNAME= gcc-${GCC_VERSION}
@@ -59,7 +59,7 @@ USE_BINUTILS!= ${TEST} ${AS_VERSION} -lt 02130201 && echo YES || echo NO
.endif
.if defined(USE_BINUTILS) && !empty(USE_BINUTILS:M[yY][eE][sS])
-DEPENDS= binutils>=2.13.2.1:../../devel/binutils
+DEPENDS+= binutils>=2.13.2.1:../../devel/binutils
CONFIGURE_ARGS+= --with-as=${PREFIX}/${MACHINE_GNU_PLATFORM}/bin/as
.endif