summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-01-24 12:59:50 +0000
committerkristerw <kristerw@pkgsrc.org>2004-01-24 12:59:50 +0000
commit1a45c9e3c52ee76923f82d5ce797a6a97cd1b5fb (patch)
treeb4ace22b2e37b9993adfd33a5287c096836c786c
parent1ff714b88e0341f39faa63c196293a1388970c44 (diff)
downloadpkgsrc-1a45c9e3c52ee76923f82d5ce797a6a97cd1b5fb.tar.gz
Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
-rw-r--r--graphics/netpbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 59e005628a6..64672f622fa 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2004/01/22 10:59:39 jlam Exp $
+# $NetBSD: Makefile,v 1.85 2004/01/24 12:59:50 kristerw Exp $
DISTNAME= netpbm-10.11.8
PKGREVISION= 1
@@ -28,7 +28,7 @@ STAGEDIR= ${WRKDIR}/staging
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
.endif
.if (${OPSYS} == SunOS)