pkgsrc/lang/python23-pth/Makefile
danw abae35bcf4 set INSTALL_UNSTRIPPED on Darwin so modules will be able to resolve
symbols in the python binary. Bump PKGREVISION and require the new
versions on Darwin. Fixes pkg/25272
2004-04-23 01:25:09 +00:00

15 lines
303 B
Makefile

# $NetBSD: Makefile,v 1.21 2004/04/23 01:25:09 danw Exp $
#
PKGNAME= python23-pth-2.3.3
PKGREVISION= 3
PTHREAD_OPTS= require
.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"
CONFIGURE_ARGS+= --with-pth
.endif
PY_VER_SUFFIX= 2p3
.include "../../lang/python23/Makefile.common"