diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-03 16:34:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-03 16:34:59 +0000 |
commit | ca3786f43f199631db4b29e328a40efc41f14aaa (patch) | |
tree | 1afe6fa5819d4476708a4394d661195e9f9070c5 /x11/neXtaw | |
parent | fde3c4e2a1b31ef239e7a1c39296d0b6ff9851a2 (diff) | |
download | pkgsrc-ca3786f43f199631db4b29e328a40efc41f14aaa.tar.gz |
Replace USE_PKGSRC_GCC that was USE_GCC2 with GCC_REQD+=2.95.
Diffstat (limited to 'x11/neXtaw')
-rw-r--r-- | x11/neXtaw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile index 7ab0f241e4c..7eaa284d12f 100644 --- a/x11/neXtaw/Makefile +++ b/x11/neXtaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/04/11 23:34:29 xtraeme Exp $ +# $NetBSD: Makefile,v 1.16 2004/07/03 16:34:59 wiz Exp $ DISTNAME= neXtaw-0.15.1 CATEGORIES= x11 @@ -19,7 +19,7 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE} .include "../../mk/bsd.prefs.mk" .if !empty(MACHINE_PLATFORM:MNetBSD-*-alpha) -USE_PKGSRC_GCC= # defined +GCC_REQD+= 2.95 .endif post-install: |