pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python25 Shorten staircase.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb26d25701bd
branches:  trunk
changeset: 541745:eb26d25701bd
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 25 12:04:44 2008 +0000

description:
Shorten staircase.

diffstat:

 lang/python25/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r db5ca1365d85 -r eb26d25701bd lang/python25/Makefile
--- a/lang/python25/Makefile    Fri Apr 25 11:51:13 2008 +0000
+++ b/lang/python25/Makefile    Fri Apr 25 12:04:44 2008 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index