summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-04-05 10:04:12 +0000
committerdrochner <drochner@pkgsrc.org>2006-04-05 10:04:12 +0000
commitb6e52038b44b22956e8382cc1e6714e11ece4d74 (patch)
tree70f2cada6c15f1b7b0d6a1c78592faa8319298b9
parent67b4e0635c70847c58dd9e7f5988b653c8b7301b (diff)
downloadpkgsrc-b6e52038b44b22956e8382cc1e6714e11ece4d74.tar.gz
--with-libcurl is on per default, so revert the logics
(no functional change, just more effective because a compile check is skipped)
-rw-r--r--security/gnupg/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg/options.mk b/security/gnupg/options.mk
index bab2155db45..8b16ccca849 100644
--- a/security/gnupg/options.mk
+++ b/security/gnupg/options.mk
@@ -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 @@ MACHINE_GNU_ARCH= i586
.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)