pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg2 Fix typo in previous, noted by rpalo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c068f575eb51
branches:  trunk
changeset: 648925:c068f575eb51
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 24 08:36:56 2015 +0000

description:
Fix typo in previous, noted by rpalo.

diffstat:

 security/gnupg2/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r deccf3a478d3 -r c068f575eb51 security/gnupg2/options.mk
--- a/security/gnupg2/options.mk        Tue Mar 24 08:03:54 2015 +0000
+++ b/security/gnupg2/options.mk        Tue Mar 24 08:36:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2015/03/21 16:24:51 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2015/03/24 08:36:56 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnupg2
 PKG_SUPPORTED_OPTIONS= gnupg2-gpgsm libusb
@@ -28,7 +28,7 @@
 .  include "../../security/dirmngr/buildlink3.mk"
 .endif
 
-.if empty(PKG_OPTIONS:Mlibusb)
+.if !empty(PKG_OPTIONS:Mlibusb)
 USE_TOOLS+=    pkg-config
 .  include "../../devel/libusb/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index