diff options
author | bad <bad@pkgsrc.org> | 2013-10-07 15:58:25 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2013-10-07 15:58:25 +0000 |
commit | 77e4161a2aa8e3b07357315b98ef5e9b3797e301 (patch) | |
tree | d4db3d1af449f778ce5550b98c6b6bbb580ec81c /comms | |
parent | f256565a1ce69941581985f5bf28ca2923404527 (diff) | |
download | pkgsrc-77e4161a2aa8e3b07357315b98ef5e9b3797e301.tar.gz |
This requires libgcrypt to build the keyring plugin. Bump PKGREVISION.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 9455b45379e..0a425751db7 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.92 2013/09/02 19:50:45 adam Exp $ +# $NetBSD: Makefile,v 1.93 2013/10/07 15:58:25 bad Exp $ # DISTNAME= jpilot-1.8.0 -#KGREVISION= 19 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= comms MASTER_SITES= http://www.jpilot.org/ @@ -37,6 +36,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 "../../security/libgcrypt/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" post-extract: |