openbsd-ports/lang/python/2.3/Makefile

20 lines
436 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.31 2008/07/30 19:47:09 martynas Exp $
.if ${MACHINE_ARCH} == "hppa"
BROKEN= compiler hangs on py-Checker for example
.endif
VERSION= 2.3
PATCHLEVEL= .6
PKG_PATCHLEVEL= p6
SHARED_LIBS= python2.3 1.0
# needed for www/zope
THREAD_STACK_SIZE= 0x100000
2004-04-05 22:39:23 -04:00
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
2004-01-08 16:11:22 -05:00
PATCH_LIST= patch-* sup64-*
.endif
.include <bsd.port.mk>