1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Mark broken on 7.x and above.

http://qat.tecnik93.com//errors/7-STABLE-FPT-NPD/emu10kx-20051021.log

Reported by:	QAT
Tested by:	miwi@ on i386
This commit is contained in:
Ion-Mihai Tetcu 2009-05-30 10:43:05 +00:00
parent 6cf79b5b40
commit ebe6b1f71b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234826

View File

@ -22,6 +22,12 @@ MAN8= emuctrl.8
PLIST_FILES= sbin/emuctrl etc/rc.d/emuctrl.sh
WRKSRC= ${WRKDIR}/${DISTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 699999
BROKEN= does not compile
.endif
do-install:
@${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} -DMODULES_WITH_WORLD install
@ -31,4 +37,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>