diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-30 06:53:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-30 06:53:32 +0000 |
commit | bbb5b9ea170f24e38dd301963c0553716db38dc3 (patch) | |
tree | b3c853c9c86a9d734280ccbd54d3f53e1c87fb7c /security/libgcrypt/Makefile | |
parent | e4398d330a1726835fe1b3787ab40c7ae505efe4 (diff) | |
download | pkgsrc-bbb5b9ea170f24e38dd301963c0553716db38dc3.tar.gz |
Put macro argument in parentheses. From Naoto Morishima in PR 35519.
Bump 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 148c1214998..c5ff77be6eb 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2006/11/05 17:35:58 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2007/01/30 06:53:32 wiz Exp $ DISTNAME= libgcrypt-1.2.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \ http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ |