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 | a10eed0e9e5db428f07fec7fd87b1285fa75330a (patch) | |
tree | 1afe6fa5819d4476708a4394d661195e9f9070c5 /x11/kdelibs3 | |
parent | bc78bb079921ba807dcf7e0b79c5c7a0ce355a4c (diff) | |
download | pkgsrc-a10eed0e9e5db428f07fec7fd87b1285fa75330a.tar.gz |
Replace USE_PKGSRC_GCC that was USE_GCC2 with GCC_REQD+=2.95.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |