From 4abe8ffc7020b9577eb9e913e537d81367d5d3c4 Mon Sep 17 00:00:00 2001 From: araujo Date: Tue, 6 Jul 2010 23:10:10 +0000 Subject: - Back to be broken on FreeBSD version minor than 7. Reported by: pointyhat via erwin Feature safe: yes --- devel/cx_Freeze/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/cx_Freeze/Makefile b/devel/cx_Freeze/Makefile index 2b393e1d357c..410b7b745766 100644 --- a/devel/cx_Freeze/Makefile +++ b/devel/cx_Freeze/Makefile @@ -7,6 +7,7 @@ PORTNAME= cx_Freeze PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF/cx-freeze/${PORTVERSION} @@ -16,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