From 132605f80aaa3cd110edbf80529430004702e827 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Fri, 17 Apr 2009 00:14:30 +0000 Subject: - Mark as broken on 6.X. Approved by: portmgr (pav) --- devel/cx_Freeze/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/cx_Freeze/Makefile b/devel/cx_Freeze/Makefile index 2129ca2f249e..210f2ab882ae 100644 --- a/devel/cx_Freeze/Makefile +++ b/devel/cx_Freeze/Makefile @@ -17,4 +17,10 @@ COMMENT= The cx_Freeze is a set of utilities for freezing Python scripts USE_PYTHON= yes USE_PYDISTUTILS= yes -.include +.include + +.if ${OSVERSION} < 700000 +BROKEN= does not build on 6.X +.endif + +.include -- cgit v1.2.3