openbsd-ports/lang/python/2.4/Makefile
steven 3ccd55cafa - update to python 2.3.6
- build python with CXX, fixes problems with extensions that use CXX
  such as the py-wxWidgets problem spotted by john.danks at gmail.com

from alek@ some time ago
2007-01-10 16:57:56 +00:00

13 lines
294 B
Makefile

# $OpenBSD: Makefile,v 1.11 2007/01/10 16:57:56 steven Exp $
VERSION= 2.4
PATCHLEVEL= .4
PKG_PATCHLEVEL= p1
SHARED_LIBS= python2.4 0.0
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-*
.endif
.include <bsd.port.mk>