1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Mark BROKEN on FreeBSD/7: does not configure

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-09-29 20:31:36 +00:00
parent e92a1ff085
commit 4034786b8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282627

View File

@ -29,4 +29,10 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= does not configure
.endif
.include <bsd.port.post.mk>