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