jasper 6e6097e4ac - remove the BROKEN-mips64 markers after miod's recent softfloat commit,
python seems to be working well enough now.
2010-09-22 13:44:12 +00:00

20 lines
432 B
Makefile

# $OpenBSD: Makefile,v 1.40 2010/09/22 13:44:12 jasper Exp $
VERSION= 2.5
PATCHLEVEL= .4
PKG_PATCHLEVEL= p6
SHARED_LIBS= python2.5 1.0
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || \
${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH:Mmips64*}
PATCH_LIST= patch-* sup64-*
.endif
AUTOCONF_VERSION= 2.61
CONFIGURE_ARGS+= --with-cxx_main
post-extract:
rm -r ${WRKDIST}/Modules/expat
.include <bsd.port.mk>