summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authordholland <dholland>2012-06-09 06:21:42 +0000
committerdholland <dholland>2012-06-09 06:21:42 +0000
commit796d515ae8e3966995286182749a8126fbd46c61 (patch)
tree4b05d4633de4881631bde885b3a5c94c3e7aaa73 /mail
parentb34aba4d889f4db927d2762ac9c106cd4290f20a (diff)
downloadpkgsrc-796d515ae8e3966995286182749a8126fbd46c61.tar.gz
Uses pkg-config.
Diffstat (limited to 'mail')
-rw-r--r--mail/freepops/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile
index ea6957179a3..71652dfa9c6 100644
--- a/mail/freepops/Makefile
+++ b/mail/freepops/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/01/14 07:44:34 obache Exp $
+# $NetBSD: Makefile,v 1.17 2012/06/09 06:21:42 dholland Exp $
#
DISTNAME= freepops-0.2.8
@@ -17,7 +17,7 @@ MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
USE_LANGUAGES= c c++
-USE_TOOLS+= bash:run bison gmake patch tar
+USE_TOOLS+= bash:run bison gmake patch pkg-config tar
.if ${OPSYS} != "NetBSD"
USE_TOOLS+= gsed
.endif