summaryrefslogtreecommitdiff
path: root/lang
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
parent6b188d3c9242fe935372c7cc9b9069396c67c13f (diff)
downloadpkgsrc-d2c393ccea7e60e11a656a0c01336b5cc05338ea.tar.gz
fixes reverse condition usage of CHECK_BUILTIN.openssl.
Diffstat (limited to 'lang')
-rw-r--r--lang/python25/Makefile6
-rw-r--r--lang/python26/Makefile6
-rw-r--r--lang/python27/Makefile6
-rw-r--r--lang/python31/Makefile6
4 files changed, 12 insertions, 12 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index 5955df55863..9ce462b3631 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2012/03/31 02:12:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.40 2012/05/13 09:00:43 obache Exp $
.include "dist.mk"
@@ -85,9 +85,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
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
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index d5e711694a9..960fd8de65f 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/05/10 08:10:00 sbd Exp $
+# $NetBSD: Makefile,v 1.17 2012/05/13 09:00:43 obache Exp $
.include "dist.mk"
@@ -92,9 +92,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
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index 2761e8b881e..412818194b2 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/04/14 11:22:07 obache Exp $
+# $NetBSD: Makefile,v 1.11 2012/05/13 09:00:43 obache Exp $
.include "dist.mk"
@@ -88,9 +88,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