summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-09 06:07:29 +0000
committerjlam <jlam@pkgsrc.org>2005-06-09 06:07:29 +0000
commitdbaf1e860b24561e57dfddeda5f02bd9f5dd5463 (patch)
tree0be0fd3f8ba9cf43e70540b48a57312d5a10207c /security/openssl
parent4f7957a874e55ff364c188d0623f83b3b24f30a2 (diff)
downloadpkgsrc-dbaf1e860b24561e57dfddeda5f02bd9f5dd5463.tar.gz
Fix copy-and-paste error -- in the case where we prefer the pkgsrc
version of the software, USE_BUILTIN.<pkg> should be set to "no", not to ${IS_BUILTIN.<pkg>}.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/builtin.mk b/security/openssl/builtin.mk
index 35a9f1ef9c4..e1ef8195aec 100644
--- a/security/openssl/builtin.mk
+++ b/security/openssl/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.13 2005/06/01 18:03:21 jlam Exp $
+# $NetBSD: builtin.mk,v 1.14 2005/06/09 06:07:29 jlam Exp $
BUILTIN_PKG:= openssl
@@ -91,7 +91,7 @@ MAKEVARS+= BUILTIN_PKG.openssl
###
.if !defined(USE_BUILTIN.openssl)
. if ${PREFER.openssl} == "pkgsrc"
-USE_BUILTIN.openssl= ${IS_BUILTIN.openssl}
+USE_BUILTIN.openssl= no
. else
USE_BUILTIN.openssl= ${IS_BUILTIN.openssl}
. if defined(BUILTIN_PKG.openssl) && \