diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-12 21:52:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-12 21:52:34 +0000 |
commit | 5e43280b231641ba58c0ac581f6862e63eda26bb (patch) | |
tree | 82e01c1822f7a6700886bc73d34745f4e98bc7a5 /graphics/png | |
parent | 914dd9cda38d3ba5ac6fe7a1c5944fc73470bf81 (diff) | |
download | pkgsrc-5e43280b231641ba58c0ac581f6862e63eda26bb.tar.gz |
Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/buildlink3.mk b/graphics/png/buildlink3.mk index 52f3e2ef90d..282756ae95a 100644 --- a/graphics/png/buildlink3.mk +++ b/graphics/png/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2006/07/08 23:10:53 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2006/12/12 21:52:36 joerg Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PNG_BUILDLINK3_MK:= ${PNG_BUILDLINK3_MK}+ @@ -16,7 +16,7 @@ BUILDLINK_API_DEPENDS.png+= png>=1.2.4 BUILDLINK_ABI_DEPENDS.png?= png>=1.2.9nb2 BUILDLINK_PKGSRCDIR.png?= ../../graphics/png -. include "../../mk/bsd.prefs.mk" +. include "../../mk/bsd.fast.prefs.mk" # keep this in sync with the same code in Makefile . if ${MACHINE_ARCH} != "i386" CPPFLAGS+= -DPNG_NO_ASSEMBLER_CODE |