summaryrefslogtreecommitdiff
path: root/lang/python20/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-08-18 09:14:13 +0000
committerdrochner <drochner@pkgsrc.org>2003-08-18 09:14:13 +0000
commit7323032e253a9f7abef6a980577709206ae6edff (patch)
treed79709a5b77fe95afa106816ca9db932380c899a /lang/python20/Makefile
parent80c8df9f0574b738df058d42e4211e94d789f982 (diff)
downloadpkgsrc-7323032e253a9f7abef6a980577709206ae6edff.tar.gz
make distutils obey LDFLAGS set in the environment, analogous to
patches we've applied to Python-2.1+
Diffstat (limited to 'lang/python20/Makefile')
-rw-r--r--lang/python20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index 2cf87b71027..684443cfe76 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 21:45:13 grant Exp $
+# $NetBSD: Makefile,v 1.11 2003/08/18 09:14:15 drochner Exp $
#
DISTNAME= Python-2.0.1
PKGNAME= python20-2.0.1
-PKGREVISION= 3
+PKGREVISION= 4
WRKSRC= ${WRKDIR}/Python-2.0.1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.python.org/pub/python/2.0.1/