blob: aa0c9d432d1a45a0b630e67e8b42d214be1e9dfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.13 2004/01/24 07:09:15 grant Exp $
#
PKGNAME= python21-2.1.3
PKGREVISION= 1
CONFIGURE_ARGS+= --without-threads
PY_VER_SUFFIX= 2.1
.include "../../lang/python21/Makefile.common"
|