1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Back to be broken on FreeBSD version minor than 7.

Reported by:	pointyhat via erwin
Feature safe:	yes
This commit is contained in:
Marcelo Araujo 2010-07-06 23:10:10 +00:00
parent 15eb274900
commit 45ff8136d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257472

View File

@ -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>