pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg --with-libcurl is on per default, so re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3274d1f65fe3
branches:  trunk
changeset: 510853:3274d1f65fe3
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Apr 05 10:04:12 2006 +0000

description:
--with-libcurl is on per default, so revert the logics
(no functional change, just more effective because a compile check
is skipped)

diffstat:

 security/gnupg/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 87724a6492ca -r 3274d1f65fe3 security/gnupg/options.mk
--- a/security/gnupg/options.mk Wed Apr 05 07:06:13 2006 +0000
+++ b/security/gnupg/options.mk Wed Apr 05 10:04:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2006/04/04 21:16:37 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2006/04/05 10:04:12 drochner Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnupg
 PKG_SUPPORTED_OPTIONS= curl idea ldap
@@ -23,7 +23,8 @@
 
 .if !empty(PKG_OPTIONS:Mcurl)
 .include "../../www/curl/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-libcurl
+.else
+CONFIGURE_ARGS+=       --without-libcurl
 .endif
 
 .if !empty(PKG_OPTIONS:Midea)



Home | Main Index | Thread Index | Old Index