diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-07-06 23:10:10 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-07-06 23:10:10 +0000 |
commit | 45ff8136d2b00afd5f43b1076a6914b2517e8f87 (patch) | |
tree | 4e5debd8c9dd3b521860e2d3c98b69abb3f0deee /devel/cx_Freeze | |
parent | 15eb2749001d00208c94375145e7c427f6b0fd97 (diff) | |
download | ports-45ff8136d2b00afd5f43b1076a6914b2517e8f87.tar.gz ports-45ff8136d2b00afd5f43b1076a6914b2517e8f87.zip |
Notes
Diffstat (limited to 'devel/cx_Freeze')
-rw-r--r-- | devel/cx_Freeze/Makefile | 9 |
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> |