diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /lang/python23-nth | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'lang/python23-nth')
-rw-r--r-- | lang/python23-nth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23-nth/Makefile b/lang/python23-nth/Makefile index f73ca87d13c..28b6c7499ea 100644 --- a/lang/python23-nth/Makefile +++ b/lang/python23-nth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/05/14 20:46:37 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2007/02/22 19:26:39 wiz Exp $ # PKGNAME= python23-nth-2.3.5 @@ -6,7 +6,7 @@ PKGREVISION= 6 CONFLICTS+= python-[0-9]* -CONFIGURE_ARGS+= --without-threads +CONFIGURE_ARGS+= --without-threads PY_VER_SUFFIX= 2n3 |