also be consistant with binary names, and move rcsid to the top. bump pkgnames. ok steven@
20 lines
438 B
Makefile
20 lines
438 B
Makefile
# $OpenBSD: Makefile,v 1.27 2007/06/26 16:50:18 martynas Exp $
|
|
|
|
.if ${MACHINE_ARCH} == "hppa"
|
|
BROKEN= "compiler hangs on py-Checker for example"
|
|
.endif
|
|
|
|
VERSION= 2.3
|
|
PATCHLEVEL= .6
|
|
PKG_PATCHLEVEL= p3
|
|
SHARED_LIBS= python2.3 0.0
|
|
|
|
# needed for www/zope
|
|
THREAD_STACK_SIZE= 0x100000
|
|
|
|
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
|
|
PATCH_LIST= patch-* sup64-*
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|