diff options
author | minskim <minskim> | 2004-12-19 18:18:34 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-19 18:18:34 +0000 |
commit | b8708fdc51558de72ad7f6d6593f92a39279e7e9 (patch) | |
tree | 763049ed0784b7cea290ccfe22827b51bcde2419 | |
parent | ffc0d07c03d85103278f53d358fb1f4fa990dca4 (diff) | |
download | pkgsrc-b8708fdc51558de72ad7f6d6593f92a39279e7e9.tar.gz |
Add build dependency on pkgconfig, which is used by configure.
-rw-r--r-- | comms/jpilot-syncmal/Makefile | 3 |
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" |