diff options
author | grant <grant> | 2003-09-17 19:47:51 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-17 19:47:51 +0000 |
commit | 159c3b054aa9bfeb0f17e5467f1b48a6b2ccd0cc (patch) | |
tree | c16831c5a94786891959e79166fb5c257f3d6e79 /misc | |
parent | 52d2987c7bd40349b80bc5897d592b2f146cbe48 (diff) | |
download | pkgsrc-159c3b054aa9bfeb0f17e5467f1b48a6b2ccd0cc.tar.gz |
compiler.mk is included automatically, nuke it from here.
Diffstat (limited to 'misc')
-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" |