summaryrefslogtreecommitdiff
path: root/lang/python26
diff options
context:
space:
mode:
authorobache <obache>2012-05-13 09:00:43 +0000
committerobache <obache>2012-05-13 09:00:43 +0000
commitd2c393ccea7e60e11a656a0c01336b5cc05338ea (patch)
treeb93ec02cba4f8a7c51f6278b6c530ca880659171 /lang/python26
parent6b188d3c9242fe935372c7cc9b9069396c67c13f (diff)
downloadpkgsrc-d2c393ccea7e60e11a656a0c01336b5cc05338ea.tar.gz
fixes reverse condition usage of CHECK_BUILTIN.openssl.
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 282027db781..bf516b5c288 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2012/04/14 10:47:17 obache Exp $
+# $NetBSD: Makefile,v 1.48 2012/05/13 09:00:43 obache Exp $
.include "dist.mk"
@@ -97,9 +97,9 @@ PLIST.dl= yes
# builds additional modules if OpenSSL < 0.9.8
PLIST_VARS+= openssl097
-CHECK_BUILTIN.openssl:= no
-.include "../../security/openssl/builtin.mk"
CHECK_BUILTIN.openssl:= yes
+.include "../../security/openssl/builtin.mk"
+CHECK_BUILTIN.openssl:= no
.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) && \
!empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*)
PLIST.openssl097= yes