summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-04-25 12:04:44 +0000
committertnn <tnn@pkgsrc.org>2008-04-25 12:04:44 +0000
commitc53f9ca9044816529b27a6547a1fa9836f1b5415 (patch)
tree6914b035064d3d80c9e61d300852fbb0b1b78761 /lang
parent7d6da0289bdd8645978098395e631950c7a829e0 (diff)
downloadpkgsrc-c53f9ca9044816529b27a6547a1fa9836f1b5415.tar.gz
Shorten staircase.
Diffstat (limited to 'lang')
-rw-r--r--lang/python25/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index 4248b1814c5..dd2af392fd7 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/04/25 11:51:13 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/25 12:04:44 tnn Exp $
DISTNAME= Python-2.5.2
PKGNAME= python25-2.5.2
@@ -79,14 +79,13 @@ PLIST.dl= yes
.endif
# builds additional modules if OpenSSL < 0.9.8
-PLIST_VARS+= openssl097
+PLIST_VARS+= openssl097
CHECK_BUILTIN.openssl:= no
.include "../../security/openssl/builtin.mk"
CHECK_BUILTIN.openssl:= yes
-.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])
-. if !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*)
+.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) && \
+ !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*)
PLIST.openssl097= yes
-. endif
.endif
# setup.py causes some modules to be built if the platform is *not* 64bit.