diff options
author | abs <abs@pkgsrc.org> | 2004-01-27 18:55:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-01-27 18:55:30 +0000 |
commit | 76af5a3859cf168fa8e6a2e49608ecbed13bb22a (patch) | |
tree | f46c8e9e11e64d6effd4944bc0ef3ffe7bfdcc5e /lang/python21/Makefile | |
parent | c156ab5d4960a6242691ceae64768469739a36cc (diff) | |
download | pkgsrc-76af5a3859cf168fa8e6a2e49608ecbed13bb22a.tar.gz |
Add USE_GCC_SHLIB to python2 packages:
python20 to python20-2.0.1nb6
python21 to python21-2.1.3nb2
python21-pth to python21-2.1.3nb4
python22 to python22-2.2.3nb1
python22-pth to python22-2.2.3nb1
python23 to python23-2.3.3nb1
python23-pth to python23-2.3.3nb1
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index aa0c9d432d1..042f09ce90a 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/01/24 07:09:15 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/27 18:55:30 abs Exp $ # PKGNAME= python21-2.1.3 -PKGREVISION= 1 +PKGREVISION= 2 CONFIGURE_ARGS+= --without-threads |