pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pinepgp Fix typo, reported by imil on tech-pkg.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b711853b202
branches:  trunk
changeset: 485022:2b711853b202
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 03 12:37:23 2004 +0000

description:
Fix typo, reported by imil on tech-pkg.

diffstat:

 security/pinepgp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 44299f0a7f6f -r 2b711853b202 security/pinepgp/Makefile
--- a/security/pinepgp/Makefile Fri Dec 03 12:31:46 2004 +0000
+++ b/security/pinepgp/Makefile Fri Dec 03 12:37:23 2004 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index