1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Mark BROEKN on 10.x: does not build

Submitted by:	pointyhat
This commit is contained in:
Erwin Lansing 2012-06-13 08:35:15 +00:00
parent 4da420e5d0
commit 9cd9d9a531
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299178

View File

@ -34,4 +34,10 @@ post-install:
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>