summaryrefslogtreecommitdiff
path: root/x11/kdelibs3
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/kdelibs3
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/kdelibs3')
-rw-r--r--x11/kdelibs3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 361354b7a9c..5fd40b826c6 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2003/09/11 04:13:05 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2003/09/12 20:07:32 grant Exp $
DISTNAME= kdelibs-3.1.3
PKGREVISION= 2
@@ -109,7 +109,7 @@ post-install:
) > ${PLIST_SRC}
.if ${MACHINE_ARCH} == "alpha"
-. include "../../mk/gcc.buildlink2.mk"
+USE_GCC2= # defined
.endif
.include "../../archivers/bzip2/buildlink2.mk"
.include "../../audio/arts/buildlink2.mk"