BROKEN on 5.x: does not compile

This commit is contained in:
Kris Kennaway 2004-02-06 22:10:54 +00:00
parent 29a58b9bfe
commit ed729d21be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100182

View File

@ -25,6 +25,12 @@ USE_GMAKE= yes
MAKEFILE= makefile
MAKE_ENV= OSTYPE=FreeBSD
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/cccc ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/cccc
@ -34,4 +40,4 @@ do-install:
@ ${MKDIR} ${PREFIX}/share/doc/cccc
@ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/cccc
.include <bsd.port.mk>
.include <bsd.port.post.mk>