diff options
author | joerg <joerg> | 2006-12-12 21:52:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-12 21:52:34 +0000 |
commit | d1af941dedbcf2bb0ff03eac1ef3b1bd943960af (patch) | |
tree | 82e01c1822f7a6700886bc73d34745f4e98bc7a5 /www/epiphany | |
parent | 0d0c7dc64c2dc4a4113376cf4e31d772538c47a0 (diff) | |
download | pkgsrc-d1af941dedbcf2bb0ff03eac1ef3b1bd943960af.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 'www/epiphany')
-rw-r--r-- | www/epiphany/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/buildlink3.mk b/www/epiphany/buildlink3.mk index 2eab6e065f9..da45096eb4f 100644 --- a/www/epiphany/buildlink3.mk +++ b/www/epiphany/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.20 2006/09/24 16:28:20 salo Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2006/12/12 21:52:37 joerg Exp $ # # This Makefile fragment is included by packages that use epiphany. # @@ -19,7 +19,7 @@ BUILDLINK_API_DEPENDS.epiphany+= epiphany>=1.8.2 BUILDLINK_ABI_DEPENDS.epiphany?= epiphany>=2.16.0nb1 BUILDLINK_PKGSRCDIR.epiphany?= ../../www/epiphany -.include "../../mk/bsd.prefs.mk" +.include "../../mk/bsd.fast.prefs.mk" .include "../../devel/GConf2/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" |