diff options
author | drochner <drochner@pkgsrc.org> | 2006-04-05 10:04:12 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-04-05 10:04:12 +0000 |
commit | b6e52038b44b22956e8382cc1e6714e11ece4d74 (patch) | |
tree | 70f2cada6c15f1b7b0d6a1c78592faa8319298b9 /security/gnupg | |
parent | 67b4e0635c70847c58dd9e7f5988b653c8b7301b (diff) | |
download | pkgsrc-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)
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/options.mk | 5 |
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) |