openbsd-ports/lang/python/2.4/Makefile
2010-04-15 18:35:02 +00:00

18 lines
445 B
Makefile

# $OpenBSD: Makefile,v 1.28 2010/04/15 18:35:02 jasper Exp $
VERSION= 2.4
PATCHLEVEL= .6
PKG_PATCHLEVEL= p3
SHARED_LIBS= python2.4 1.0
BROKEN-mips64 = Floating point exception while generating pyc objects
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || \
${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH:Mmips64*}
PATCH_LIST= patch-* sup64-*
.endif
ALL_TARGET?= all ${WRKSRC}/Lib/plat-openbsd4
.include <bsd.port.mk>