summaryrefslogtreecommitdiff
path: root/lang/python22-pth/Makefile
blob: 009527bcdd7177c9715f5303b8e976f1270484b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.14 2004/08/29 10:44:19 recht Exp $
#

PKGNAME=	python22-pth-2.2.3
PKGREVISION=	3

PTHREAD_OPTS=	require
.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"
CONFIGURE_ARGS+=	--with-pth
.endif

PY_VER_SUFFIX=	2p2

.include "../../lang/python22/Makefile.common"