summaryrefslogtreecommitdiff
path: root/lang/python26/Makefile
diff options
context:
space:
mode:
authortron <tron>2014-02-12 23:28:16 +0000
committertron <tron>2014-02-12 23:28:16 +0000
commit303b2a75288df20f673948797bc2429a4c695950 (patch)
tree36f167dc61ef95fee68ffd6b1b2e135b17d9af20 /lang/python26/Makefile
parent15ab7990a98cdb2c9957804e5002de348ca57d5c (diff)
downloadpkgsrc-303b2a75288df20f673948797bc2429a4c695950.tar.gz
Remove now unnecessary package list handling for OpenSSL 0.9.*.
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r--lang/python26/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 9bab1c1f44c..38fbb664755 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2014/02/12 23:18:05 tron Exp $
+# $NetBSD: Makefile,v 1.59 2014/02/12 23:28:16 tron Exp $
.include "dist.mk"
@@ -94,16 +94,6 @@ PLIST_VARS+= dl
PLIST.dl= yes
.endif
-# builds additional modules if OpenSSL < 0.9.8
-PLIST_VARS+= openssl097
-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
-.endif
-
# setup.py causes some modules to be built if the platform is *not* 64bit.
PLIST_VARS+= extra-so
.if !empty(IS_64BIT_PLATFORM:M[nN][oO])