diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-07 21:53:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-07 21:53:53 +0000 |
commit | 5b06af2b110a3f69ba819be737eff41d920acc35 (patch) | |
tree | ef5eade819979b2f76194cb0d93adce1c4924ced /security/gnupg/Makefile | |
parent | a33528c94276742ed431783edbdc5b6105fccfdf (diff) | |
download | pkgsrc-5b06af2b110a3f69ba819be737eff41d920acc35.tar.gz |
Fix idea on big-endian hosts.
From http://bugs.g10code.com/gnupg/issue1461
Reported by tez.
Bump PKGREVISION.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index ea00b54c430..e9bd7228111 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.116 2013/01/07 21:47:32 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2013/01/07 21:53:53 wiz Exp $ DISTNAME= gnupg-1.4.13 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ http://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ |