pkgsrc/lang/python23/Makefile
drochner 60fbe387c7 update to 2.3.5
This is a bug-fix release. It contains the fix for
http://www.python.org/security/PSF-2005-001/
which we added in 2.3.4nb7.
2005-02-15 12:25:07 +00:00

18 lines
360 B
Makefile

# $NetBSD: Makefile,v 1.27 2005/02/15 12:25:07 drochner Exp $
#
PKGNAME= python23-2.3.5
CONFLICTS+= python-[0-9]*
#PKG_INSTALLATION_TYPES= overwrite pkgviews
PTHREAD_OPTS= require
.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"
CONFIGURE_ARGS+= --with-pth
.endif
PY_VER_SUFFIX= 2.3
.include "../../lang/python23/Makefile.common"