From e07880e51a1033251e201ab18c4554995df8b5d3 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sun, 25 Jan 2004 12:44:34 +0000 Subject: 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. --- editors/xemacs-current/Makefile | 4 ++-- 1 file 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" -- cgit v1.2.3