diff options
author | obache <obache> | 2012-05-13 09:00:43 +0000 |
---|---|---|
committer | obache <obache> | 2012-05-13 09:00:43 +0000 |
commit | d2c393ccea7e60e11a656a0c01336b5cc05338ea (patch) | |
tree | b93ec02cba4f8a7c51f6278b6c530ca880659171 /lang/python27 | |
parent | 6b188d3c9242fe935372c7cc9b9069396c67c13f (diff) | |
download | pkgsrc-d2c393ccea7e60e11a656a0c01336b5cc05338ea.tar.gz |
fixes reverse condition usage of CHECK_BUILTIN.openssl.
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |