1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Mark as broken on 5.x due to the gcc3.3 import's usual objection to

multiline string constants.  Informed maintainer.
This commit is contained in:
Mark Linimon 2003-12-22 01:57:29 +00:00
parent 004084a682
commit d822b97a53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96398

View File

@ -43,4 +43,10 @@ post-install:
${PREFIX}/man/man6/tvp.6
${STRIP_CMD} ${PREFIX}/bin/aprez ${PREFIX}/bin/prez ${PREFIX}/bin/xpwish
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
.include <bsd.port.post.mk>