diff options
author | grant <grant@pkgsrc.org> | 2003-09-17 19:47:51 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-17 19:47:51 +0000 |
commit | b1f4f5a9d008bd32926e75a23cceedf0eb4030f0 (patch) | |
tree | c16831c5a94786891959e79166fb5c257f3d6e79 | |
parent | 40614d0b3ca35e2c5b10e307c2c29f92feb73486 (diff) | |
download | pkgsrc-b1f4f5a9d008bd32926e75a23cceedf0eb4030f0.tar.gz |
compiler.mk is included automatically, nuke it from here.
-rw-r--r-- | misc/koffice/buildlink2.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/koffice/buildlink2.mk b/misc/koffice/buildlink2.mk index a315a6d1ac5..6111fcccefc 100644 --- a/misc/koffice/buildlink2.mk +++ b/misc/koffice/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.8 2003/09/17 17:44:59 xtraeme Exp $ +# $NetBSD: buildlink2.mk,v 1.9 2003/09/17 19:47:51 grant Exp $ # # This Makefile fragment is included by packages that use koffice. # @@ -170,7 +170,6 @@ BUILDLINK_FILES.koffice+= lib/libkwmf.* BUILDLINK_FILES.koffice+= lib/libkwordexportfilters.* BUILDLINK_FILES.koffice+= lib/straight_connector.ksp -.include "../../mk/compiler.mk" .include "../../textproc/libxml2/buildlink2.mk" .include "../../textproc/libxslt/buildlink2.mk" .include "../../graphics/libart2/buildlink2.mk" |