summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2002-10-10 17:45:55 +0000
committertsarna <tsarna@pkgsrc.org>2002-10-10 17:45:55 +0000
commit2114d5e37cd876f08f4e51d57ed84e900e821a9f (patch)
tree015b6f9fd12ea484a92138f985b67cfd62e37e59 /lang/python22
parentb69eb2ebe61ffe254320c903fe41713b25a85c20 (diff)
downloadpkgsrc-2114d5e37cd876f08f4e51d57ed84e900e821a9f.tar.gz
Clean up my previous commit. The --withouts where no-ops (hence the
nned for the updated patch in the previous commit) and the empty "PLIST_SRC+=" was kinda silly.
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index e2619435527..ab2066ff64a 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/09/24 18:06:22 tsarna Exp $
+# $NetBSD: Makefile,v 1.6 2002/10/10 17:45:55 tsarna Exp $
#
DISTNAME= Python-2.2.1
@@ -20,14 +20,10 @@ PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//}
PLIST_SRC= ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} \
${PKGDIR}/PLIST.common_end
-CONFIGURE_ARGS+= --without-mpz --without-gdbm
-
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --without-threads
.endif
-PLIST_SRC+=
-
INSTALL_TARGET= altinstall
post-extract: