diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 12:37:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 12:37:23 +0000 |
commit | 98f769d47dd87586587299062b8f65c423e82400 (patch) | |
tree | 3723d8409592e694e6acf00b4cc08c975575f604 /security/pinepgp | |
parent | 8e4aa95dac8c0333dd96425e787bf65e36647472 (diff) | |
download | pkgsrc-98f769d47dd87586587299062b8f65c423e82400.tar.gz |
Fix typo, reported by imil on tech-pkg.
Diffstat (limited to 'security/pinepgp')
-rw-r--r-- | security/pinepgp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pinepgp/Makefile b/security/pinepgp/Makefile index e7b91a048ef..5034878a1bc 100644 --- a/security/pinepgp/Makefile +++ b/security/pinepgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/05/09 06:48:40 snj Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/03 12:37:23 wiz Exp $ # DISTNAME= pinepgp-0.18.0 @@ -24,7 +24,7 @@ PINEPGP_USEPGP5?= yes DEPENDS+= gnupg>=1.2.3:../../security/gnupg .endif -.if !empty(PINEPGP_USEGPG:M[yY][eE][sS]) +.if !empty(PINEPGP_USEPGP5:M[yY][eE][sS]) DEPENDS+= pgp5>=5.0:../../security/pgp5 .endif |