summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-04-17 00:14:30 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-04-17 00:14:30 +0000
commit132605f80aaa3cd110edbf80529430004702e827 (patch)
tree065d46b12f291e298b2dbce238d6369b7104eb58
parent- Mark BROKEN: does not compile with recent jack (diff)
- Mark as broken on 6.X.
Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=232356
-rw-r--r--devel/cx_Freeze/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.X
+.endif
+
+.include <bsd.port.post.mk>