diff options
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" |