summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authorgrant <grant>2003-09-12 20:07:06 +0000
committergrant <grant>2003-09-12 20:07:06 +0000
commitce38ace1bd6699a873f2a02723d9c58caa97f1b2 (patch)
treeb596b8542a4a5c038a220ab491f50d77e0be34b2 /x11/kdelibs2
parentcfe471df27acf5198b517181bd2e3279396823ca (diff)
downloadpkgsrc-ce38ace1bd6699a873f2a02723d9c58caa97f1b2.tar.gz
kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index 89dd3b3c392..45e734c4d88 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2003/09/11 04:13:04 jlam Exp $
+# $NetBSD: Makefile,v 1.55 2003/09/12 20:07:31 grant Exp $
DISTNAME= kdelibs-2.2.2
PKGREVISION= 6
@@ -96,12 +96,11 @@ post-install:
# XXX See below for NetBSD/alpha issues.
.if ${MACHINE_ARCH} == "alpha"
-. include "../../mk/gcc.buildlink2.mk"
+USE_GCC2= # defined
.endif
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_GCC3=YES
-. include "../../mk/gcc.buildlink2.mk"
+USE_GCC3= # defined
.endif
.include "../../archivers/bzip2/buildlink2.mk"