diff options
author | grant <grant@pkgsrc.org> | 2003-09-12 20:07:06 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-12 20:07:06 +0000 |
commit | ac2754dcb77d9e0b1e91ab79e653cff0f20984b3 (patch) | |
tree | b596b8542a4a5c038a220ab491f50d77e0be34b2 /misc | |
parent | fc9eb6dcc42e52cac845c76befcd934f6539539f (diff) | |
download | pkgsrc-ac2754dcb77d9e0b1e91ab79e653cff0f20984b3.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/Makefile | 6 |
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" |