6e6097e4ac
python seems to be working well enough now.
16 lines
374 B
Makefile
16 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.30 2010/09/22 13:44:12 jasper Exp $
|
|
|
|
VERSION= 2.4
|
|
PATCHLEVEL= .6
|
|
PKG_PATCHLEVEL= p4
|
|
SHARED_LIBS= python2.4 1.0
|
|
|
|
.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>
|