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 | |
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')
-rw-r--r-- | x11/kdelibs2/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 4 | ||||
-rw-r--r-- | x11/neXtaw/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 4c33aae837f..802384bc625 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2004/05/01 23:57:00 snj Exp $ +# $NetBSD: Makefile,v 1.64 2004/07/03 16:34:59 wiz Exp $ DISTNAME= kdelibs-2.2.2 PKGREVISION= 11 @@ -96,7 +96,7 @@ post-install: # XXX See below for NetBSD/alpha issues. .if ${MACHINE_ARCH} == "alpha" -USE_PKGSRC_GCC= # defined +GCC_REQD+= 2.95 .endif .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 1310748f855..6b1fb8ecfbd 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2004/06/10 11:39:50 markd Exp $ +# $NetBSD: Makefile,v 1.62 2004/07/03 16:34:59 wiz Exp $ DISTNAME= kdelibs-${_KDE_VERSION} CATEGORIES= x11 @@ -97,7 +97,7 @@ post-install: ) > ${PLIST_SRC} .if ${MACHINE_ARCH} == "alpha" -USE_PKGSRC_GCC= # defined +GCC_REQD+= 2.95 .endif .include "../../meta-pkgs/kde3/kde3.mk" 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: diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index dd3b643953a..6c71c222596 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2004/04/15 22:13:31 snj Exp $ +# $NetBSD: Makefile,v 1.43 2004/07/03 16:35:00 wiz Exp $ DISTNAME= xfce-3.8.18 PKGREVISION= 3 @@ -20,7 +20,7 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= # defined .if ${MACHINE_ARCH} == "alpha" -USE_PKGSRC_GCC= # defined +GCC_REQD+= 2.95 .endif CONFIGURE_ARGS+= --without-included-gettext |