summaryrefslogtreecommitdiff
path: root/graphics/netpbm
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
commit1a867bceb58f932d732d03d3779abe5a463cdf86 (patch)
treeb4ace22b2e37b9993adfd33a5287c096836c786c /graphics/netpbm
parent5330f3fdae08a4ca78c5353bf8b79c2dc92d60fa (diff)
downloadpkgsrc-1a867bceb58f932d732d03d3779abe5a463cdf86.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.
Diffstat (limited to 'graphics/netpbm')
-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)