pkgsrc/lang/python23/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

19 lines
370 B
Makefile

# $NetBSD: Makefile,v 1.38 2008/01/18 05:06:45 tnn Exp $
#
PKGNAME= python23-2.3.5
PKGREVISION= 10
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"