openbsd-ports/lang/python/2.4/Makefile
jolan 8f70db9040 3.8-beta still has the "defining _XOPEN_SOURCE breaks shit" bug so
extend the python workaround to include 3.8 and bump pkgnames
2005-08-10 02:14:13 +00:00

12 lines
264 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/08/10 02:14:13 jolan Exp $
VERSION= 2.4
PATCHLEVEL= .1
PKG_PATCHLEVEL= p0
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-*
.endif
.include <bsd.port.mk>