From 2345d5819866e18257c97d92f95d297a3881f414 Mon Sep 17 00:00:00 2001 From: alexbl Date: Fri, 8 Dec 2006 21:50:20 +0000 Subject: - Mark devel/py-ctypes IGNORE with Python 2.5 [1] - add a PYCTYPES dependency macro to bsd.python.mk to unbreak ctypes using ports on Python 2.5 [2] - Update two of the four ports using ctypes to this macro [3] PR: 104587 [1] Submitted by: Marcus von Appen [1] Approved by: portmgr (pav, linimon) [2], myself [3] --- devel/py-ctypes/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/py-ctypes/Makefile b/devel/py-ctypes/Makefile index a1b9a5ab54a..f88f0284f76 100644 --- a/devel/py-ctypes/Makefile +++ b/devel/py-ctypes/Makefile @@ -19,4 +19,10 @@ USE_PYDISTUTILS=yes ONLY_FOR_ARCHS= i386 amd64 alpha powerpc sparc64 -.include +.include + +.if ${PYTHON_REL} >= 250 +IGNORE= ctypes ships with Python 2.5.x +.endif + +.include -- cgit