summaryrefslogtreecommitdiff
path: root/lang/python24-pth/Makefile
blob: d28f4f3f165f7c13874a252b4bb7d729052e315b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.1.1.1 2004/12/05 23:28:53 recht Exp $
#

PKGNAME=	python24-pth-2.4

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

PY_VER_SUFFIX=	2p4

.include "../../lang/python24/Makefile.common"