blob: 7bda1cee009974448a6d80705b42f9ffae844f52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.17 2004/01/25 21:10: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"
|