summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/xephem/Makefile4
-rw-r--r--x11/xphoon/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile
index 3d4fc9ea2c5..c7b334ee799 100644
--- a/x11/xephem/Makefile
+++ b/x11/xephem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/20 12:28:28 agc Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/24 13:25:17 kristerw Exp $
DISTNAME= xephem-3.5.2
PKGREVISION= 1
@@ -24,7 +24,7 @@ BUILD_DIRS= ${LIBSRC1} ${LIBSRC2} ${WRKSRC}
INSTALL_DIRS= ${WRKSRC}
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
.endif
post-install:
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile
index d5daf2b1b14..9e5be7978bd 100644
--- a/x11/xphoon/Makefile
+++ b/x11/xphoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:28:28 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:27 kristerw Exp $
#
DISTNAME= xphoon.tar
@@ -22,7 +22,7 @@ MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS}
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
.endif
.if ${OPSYS} == "NetBSD"