summaryrefslogtreecommitdiff
path: root/lang/python23-pth/Makefile
blob: f35af236ec17f2be1cf9015f0558e04dbbf48ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.15 2004/01/24 19:48:11 recht Exp $
#

PKGNAME=	python23-pth-2.3.3

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

PY_VER_SUFFIX=	2p3

.include "../../lang/python23/Makefile.common"