openbsd-ports/lang/python/2.5/Makefile
kili 6b51812b24 WANTLIB changes after xcb addition and bump.
For some unknown reason, I forgot to commit lang/*
this morning.
2009-08-10 17:31:07 +00:00

19 lines
396 B
Makefile

# $OpenBSD: Makefile,v 1.31 2009/08/10 17:31:07 kili Exp $
VERSION= 2.5
PATCHLEVEL= .4
PKG_PATCHLEVEL= p2
SHARED_LIBS= python2.5 1.0
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
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>