summaryrefslogtreecommitdiff
path: root/lang/python24-pth/Makefile
blob: 0191817e9924f70f299f644bee047ec5e444685f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.1.1.1.2.1 2005/02/16 14:00:09 salo Exp $
#

PKGNAME=	python24-pth-2.4
PKGREVISION=	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"