pkgsrc/lang/python22-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
301 B
Makefile

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