diff options
author | araujo <araujo@FreeBSD.org> | 2010-07-07 07:10:10 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2010-07-07 07:10:10 +0800 |
commit | 4abe8ffc7020b9577eb9e913e537d81367d5d3c4 (patch) | |
tree | 3ab4f1fc7dcd36b4202357507de455a297e58e9e /devel | |
parent | 46104105ba63eb19b9a0d98c8d3894fa11ee4839 (diff) | |
download | freebsd-ports-gnome-4abe8ffc7020b9577eb9e913e537d81367d5d3c4.tar.gz freebsd-ports-gnome-4abe8ffc7020b9577eb9e913e537d81367d5d3c4.tar.zst freebsd-ports-gnome-4abe8ffc7020b9577eb9e913e537d81367d5d3c4.zip |
- Back to be broken on FreeBSD version minor than 7.
Reported by: pointyhat via erwin
Feature safe: yes
Diffstat (limited to 'devel')
-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> |