76af5a3859
python20 to python20-2.0.1nb6 python21 to python21-2.1.3nb2 python21-pth to python21-2.1.3nb4 python22 to python22-2.2.3nb1 python22-pth to python22-2.2.3nb1 python23 to python23-2.3.3nb1 python23-pth to python23-2.3.3nb1
15 lines
300 B
Makefile
15 lines
300 B
Makefile
# $NetBSD: Makefile,v 1.12 2004/01/27 18:55:30 abs Exp $
|
|
#
|
|
|
|
PKGNAME= python21-pth-2.1.3
|
|
PKGREVISION= 4
|
|
|
|
PTHREAD_OPTS= require
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.if ${PTHREAD_TYPE} == "pth"
|
|
CONFIGURE_ARGS+= --with-pth
|
|
.endif
|
|
|
|
PY_VER_SUFFIX= 2p1
|
|
|
|
.include "../../lang/python21/Makefile.common"
|