summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-19 18:18:34 +0000
committerminskim <minskim@pkgsrc.org>2004-12-19 18:18:34 +0000
commit1bae2b6af98193150b274293e688d45a232e9872 (patch)
tree763049ed0784b7cea290ccfe22827b51bcde2419 /comms
parent2c2dfb207b3c5abcb5b285fa11bf89cc4a4b1093 (diff)
downloadpkgsrc-1bae2b6af98193150b274293e688d45a232e9872.tar.gz
Add build dependency on pkgconfig, which is used by configure.
Diffstat (limited to 'comms')
-rw-r--r--comms/jpilot-syncmal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile
index 8466ff1a79f..c754bbb4ac8 100644
--- a/comms/jpilot-syncmal/Makefile
+++ b/comms/jpilot-syncmal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/11/13 21:28:27 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2004/12/19 18:18:34 minskim Exp $
DISTNAME= jpilot-syncmal_0.71.2
PKGNAME= jpilot-syncmal-0.71.2
@@ -31,5 +31,6 @@ PLIST_SUBST+= PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///}
.include "../../comms/jpilot/buildlink3.mk"
.include "../../comms/pilot-link-libs/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"