diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-01 00:12:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-01 00:12:35 +0000 |
commit | 2cbf087fb6e3d7e9a83d348249fcdeb208c1339b (patch) | |
tree | c3858fab8caa6d20ea72e63488a21d1065075bb6 /security/gnupg2/Makefile | |
parent | bd901b18d95a4a5b33177ca5d17756a5708b11d0 (diff) | |
download | pkgsrc-2cbf087fb6e3d7e9a83d348249fcdeb208c1339b.tar.gz |
Fix PLIST -- it assumed that the package would be built with
the gpgsm option on by default.
Diffstat (limited to 'security/gnupg2/Makefile')
-rw-r--r-- | security/gnupg2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 2c0d1f7bc4c..2718bc372ba 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/05/12 11:08:31 shannonjr Exp $ +# $NetBSD: Makefile,v 1.11 2007/06/01 00:12:35 wiz Exp $ # DISTNAME= gnupg-2.0.4 @@ -36,7 +36,7 @@ CONFIGURE_ENV+= gnupg_cv_pth_is_sane=yes TEST_TARGET= check -# XXX It looks like that gpgsm support could be splitted in its own package, +# XXX It looks like that gpgsm support could be split into its own package, # according to the configure script. If that's true, this use of the options # framework is incorrect and should be fixed. PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg2 |