summaryrefslogtreecommitdiff
path: root/net/libfetch
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-06-09 23:42:57 +0000
committerobache <obache@pkgsrc.org>2014-06-09 23:42:57 +0000
commit20f5fe0fd066cb587f28b319533688c28f89688a (patch)
treefce0ef99824a4b70df78ec9dcd37b6b1cce4b540 /net/libfetch
parent72fdd1d230259f138eb2e5f42587d9c00f248a57 (diff)
downloadpkgsrc-20f5fe0fd066cb587f28b319533688c28f89688a.tar.gz
Set CHECK_BUILTIN properly for builtin check.
Diffstat (limited to 'net/libfetch')
-rw-r--r--net/libfetch/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libfetch/options.mk b/net/libfetch/options.mk
index 28a680c5800..a54ce104185 100644
--- a/net/libfetch/options.mk
+++ b/net/libfetch/options.mk
@@ -1,10 +1,12 @@
-# $NetBSD: options.mk,v 1.3 2009/02/09 13:34:02 joerg Exp $
+# $NetBSD: options.mk,v 1.4 2014/06/09 23:42:57 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libfetch
PKG_SUPPORTED_OPTIONS= inet6 openssl
PKG_SUGGESTED_OPTIONS= inet6
+CHECK_BUILTIN.openssl:= yes
.include "../../security/openssl/builtin.mk"
+CHECK_BUILTIN.openssl:= no
.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])
PKG_SUGGESTED_OPTIONS+= openssl