diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-01 18:33:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-01 18:33:54 +0000 |
commit | 77a74002ac7b577286d33d3fc986a51541fc98bd (patch) | |
tree | d3d68fb659e4bcd054090626c8cf6f215e5b249f /lang/python20 | |
parent | a26ed30484af08b0a461e4e5cd47d5b4b202e5b9 (diff) | |
download | pkgsrc-77a74002ac7b577286d33d3fc986a51541fc98bd.tar.gz |
SCRIPTS_ENV is unused here, do not modify it.
Diffstat (limited to 'lang/python20')
-rw-r--r-- | lang/python20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 983741465fb..615421a7ece 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/06/16 23:28:36 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2007/03/01 18:33:54 wiz Exp $ # DISTNAME= Python-2.0.1 @@ -29,7 +29,6 @@ INSTALL_TARGET= altinstall # installed module-building Makefile MAKE_ENV+= 'OPT=${CFLAGS}' CONFIGURE_ENV+= 'OPT=${CFLAGS}' -SCRIPTS_ENV+= 'OPT=${CFLAGS}' SSLFLAGS= -DUSE_SSL -I${BUILDLINK_PREFIX.openssl}/include/openssl \ -L${BUILDLINK_PREFIX.openssl}/lib \ |