aboutsummaryrefslogtreecommitdiff
path: root/devel/cx_Freeze
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2010-07-06 23:10:10 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2010-07-06 23:10:10 +0000
commit45ff8136d2b00afd5f43b1076a6914b2517e8f87 (patch)
tree4e5debd8c9dd3b521860e2d3c98b69abb3f0deee /devel/cx_Freeze
parent15eb2749001d00208c94375145e7c427f6b0fd97 (diff)
downloadports-45ff8136d2b00afd5f43b1076a6914b2517e8f87.tar.gz
ports-45ff8136d2b00afd5f43b1076a6914b2517e8f87.zip
- Back to be broken on FreeBSD version minor than 7.
Reported by: pointyhat via erwin Feature safe: yes
Notes
Notes: svn path=/head/; revision=257472
Diffstat (limited to 'devel/cx_Freeze')
-rw-r--r--devel/cx_Freeze/Makefile9
1 files changed, 8 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.X
+.endif
+
+.include <bsd.port.post.mk>