summaryrefslogtreecommitdiff
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/koffice/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile
index f81517b3248..8f5eef868a0 100644
--- a/misc/koffice/Makefile
+++ b/misc/koffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/08/05 13:39:53 drochner Exp $
+# $NetBSD: Makefile,v 1.27 2003/09/12 20:07:23 grant Exp $
DISTNAME= koffice-1.2.1
PKGREVISION= 4
@@ -24,8 +24,9 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+USE_GCC2= # defined
+
PTHREAD_OPTS+= require
-GCC_REQD= 2.95.3
REPLACE_PERL= kpresenter/kprconverter.pl
@@ -43,7 +44,6 @@ post-install:
.include "../../graphics/libart2/buildlink2.mk"
.include "../../meta-pkgs/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
-.include "../../mk/gcc.buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"