summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authorgrant <grant>2003-09-17 19:39:58 +0000
committergrant <grant>2003-09-17 19:39:58 +0000
commit064f3d9c6232e31c6822b95e817c86d72a64dcb1 (patch)
tree0fac5bcd059b9978cb00a239158f9a96c183b38c /x11/kdelibs2
parent9f566a5759c66fbce132aceab74dcef7d72940d6 (diff)
downloadpkgsrc-064f3d9c6232e31c6822b95e817c86d72a64dcb1.tar.gz
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index 45e734c4d88..8ef18d5e756 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2003/09/12 20:07:31 grant Exp $
+# $NetBSD: Makefile,v 1.56 2003/09/17 19:41:20 grant Exp $
DISTNAME= kdelibs-2.2.2
PKGREVISION= 6
@@ -96,11 +96,11 @@ post-install:
# XXX See below for NetBSD/alpha issues.
.if ${MACHINE_ARCH} == "alpha"
-USE_GCC2= # defined
+USE_PKGSRC_GCC= # defined
.endif
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_GCC3= # defined
+GCC_REQD= 3.0
.endif
.include "../../archivers/bzip2/buildlink2.mk"