diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-25 12:44:34 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-25 12:44:34 +0000 |
commit | e07880e51a1033251e201ab18c4554995df8b5d3 (patch) | |
tree | 9861ea05ea6f987546e9f40ed5d5bfbbe01bbbbe /editors | |
parent | 0b36d85a83d16d4274e850c9a86011ce7a1d6032 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | editors/xemacs-current/Makefile | 4 |
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" |