summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortsarna <tsarna>2002-10-10 17:45:55 +0000
committertsarna <tsarna>2002-10-10 17:45:55 +0000
commit2fbc1ff6b8bf6407edcc1720e06f5ee3fde73cc6 (patch)
tree015b6f9fd12ea484a92138f985b67cfd62e37e59 /lang
parent1a1d806816a08279d9efd55151d36b8debe4f684 (diff)
downloadpkgsrc-2fbc1ff6b8bf6407edcc1720e06f5ee3fde73cc6.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')
-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: