summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-02-12 09:01:45 +0000
committertnn <tnn@pkgsrc.org>2010-02-12 09:01:45 +0000
commitf5a2ee3026c4b50bfade6838dccb8b7f7d32dbba (patch)
tree205bacf8a36e110f7c1b5f14449c603a6980def7 /devel
parent299474c1c05c8b7b434168aafad1c949e900e9ed (diff)
downloadpkgsrc-f5a2ee3026c4b50bfade6838dccb8b7f7d32dbba.tar.gz
Needs pkg-config to locate sqlite3
Diffstat (limited to 'devel')
-rw-r--r--devel/nss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile
index 9c1f5edf805..ff14445eb1d 100644
--- a/devel/nss/Makefile
+++ b/devel/nss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2010/01/16 14:41:25 tnn Exp $
+# $NetBSD: Makefile,v 1.35 2010/02/12 09:01:45 tnn Exp $
.include "../../devel/xulrunner/dist.mk"
PKGNAME= ${DISTNAME:S/firefox-3.5/nss-${NSS_RELEASE}/:S/.source//}
@@ -12,7 +12,7 @@ COMMENT= Libraries to support development of security-enabled applications
PKG_DESTDIR_SUPPORT= user-destdir
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
-USE_TOOLS+= gmake perl pax
+USE_TOOLS+= gmake perl pax pkg-config
.include "../../mk/bsd.prefs.mk"