diff options
author | smb <smb> | 2008-04-25 15:16:31 +0000 |
---|---|---|
committer | smb <smb> | 2008-04-25 15:16:31 +0000 |
commit | 3ee96854614d44b9914875278cb88b5d5ef4e6ab (patch) | |
tree | 35fcaa222fdcbaec0807b69fd40de7ffef710cb2 /security/pinentry/Makefile | |
parent | 82f88be1dfede47e85cd323bf3191270278ca5b7 (diff) | |
download | pkgsrc-3ee96854614d44b9914875278cb88b5d5ef4e6ab.tar.gz |
Fix function prototype mismatch
Diffstat (limited to 'security/pinentry/Makefile')
-rw-r--r-- | security/pinentry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 2e4507ae14e..9f1ea508827 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2007/02/02 00:20:06 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2008/04/25 15:16:31 smb Exp $ # DISTNAME= pinentry-0.7.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/ |