diff options
author | smb <smb> | 2006-06-18 12:26:31 +0000 |
---|---|---|
committer | smb <smb> | 2006-06-18 12:26:31 +0000 |
commit | a62682669115449c8f4f038d3ea9ffe1337de72d (patch) | |
tree | de6b025e4d96e1c3efbeb14fa1bd7905a1881fd5 /comms | |
parent | 6bbe6718e811e3f8c397c806494318dfcf32a305 (diff) | |
download | pkgsrc-a62682669115449c8f4f038d3ea9ffe1337de72d.tar.gz |
Add missing build dependency on intltool
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index ae37f869d08..2966e0e7234 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/06/13 21:52:11 bad Exp $ +# $NetBSD: Makefile,v 1.56 2006/06/18 12:26:31 smb Exp $ # DISTNAME= jpilot-0.99.8 @@ -32,6 +32,7 @@ PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins .include "../../comms/pilot-link-libs/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" post-extract: |