diff options
author | shannonjr <shannonjr> | 2004-10-23 08:57:33 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2004-10-23 08:57:33 +0000 |
commit | 72852ad1d8e5ab5a6c99ae5cb226cc021845058d (patch) | |
tree | ecb3b0ed9ca80b50ecebe21d3513f2cbdfcaf5f7 /security/libgcrypt/Makefile | |
parent | 21cbd340fe73e6ee744c90a0410e44b1ea983952 (diff) | |
download | pkgsrc-72852ad1d8e5ab5a6c99ae5cb226cc021845058d.tar.gz |
Re: pkg/27317 The header gcrypt.h references struct timeval without
including sys/time.h. Added the patch summitted with PR that adds
an include for sys/time.h. Bumped PKGREVISION.
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r-- | security/libgcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 2da0092c477..1d12942d3f9 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2004/10/19 17:43:23 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2004/10/23 08:57:33 shannonjr Exp $ DISTNAME= libgcrypt-1.2.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \ http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ |