summaryrefslogtreecommitdiff
path: root/editors/xemacs-current
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-01-25 12:44:34 +0000
committerkristerw <kristerw@pkgsrc.org>2004-01-25 12:44:34 +0000
commite07880e51a1033251e201ab18c4554995df8b5d3 (patch)
tree9861ea05ea6f987546e9f40ed5d5bfbbe01bbbbe /editors/xemacs-current
parent0b36d85a83d16d4274e850c9a86011ce7a1d6032 (diff)
downloadpkgsrc-e07880e51a1033251e201ab18c4554995df8b5d3.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 'editors/xemacs-current')
-rw-r--r--editors/xemacs-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 2c5278962ed..91e797d97f1 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/01/14 16:50:19 magick Exp $
+# $NetBSD: Makefile,v 1.34 2004/01/25 12:44:34 kristerw Exp $
DISTNAME= xemacs-21.5.16
PKGREVISION= 1
@@ -16,7 +16,7 @@ PLIST_SUBST+= EMACSVER=xemacs-21.5-b16
MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b16
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
.endif
.include "../../mk/bsd.prefs.mk"