1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Mark BROKEN on FreeBSD 6.x: does not configure

Reported by:	pointyhat
Approved by:	portmgr (self)
This commit is contained in:
Pav Lucistnik 2008-09-16 22:21:35 +00:00
parent 09c369b98b
commit 47f5087334
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220412

View File

@ -77,4 +77,8 @@ post-install:
BROKEN= Does not compile with GCC 4.2
.endif
.if ${OSVERSION} < 700000
BROKEN= does not configure on FreeBSD 6.x
.endif
.include <bsd.port.post.mk>