From d80920f0b24e2df809f974d57f3d6542a1e0f106 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 2 Jan 2003 05:41:56 +0000 Subject: include pkgconfig/buildlink2.mk rather than using BUILD_DEPENDS, since this achieves the same outcome in a more consistent way. Noted by Eric Gillespie on tech-pkg. --- www/mozilla/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/mozilla') diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 35e183dc03c..e6b1a7ab797 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2002/12/31 04:33:21 grant Exp $ +# $NetBSD: Makefile.common,v 1.9 2003/01/02 05:41:56 grant Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-source-${MOZ_DIST_VER} @@ -116,7 +116,8 @@ CONFIGURE_ARGS+= --with-pthreads .if ${MOZILLA_USE_XFT} == "YES" CONFIGURE_ARGS+= --enable-xft -BUILD_DEPENDS+= pkgconfig>=0.10.0:../../devel/pkgconfig +# pkgconfig defaults to a "build" dependancy, which is what we want. +.include "../../devel/pkgconfig/buildlink2.mk" .include "../../fonts/Xft2/buildlink2.mk" .endif -- cgit v1.2.3