- Mark BROKEN on FreeBSD 5.x due to the old texinfo

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-02-22 21:09:45 +00:00
parent 2bf2a8bdb8
commit 1fc76e0d18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207767

View File

@ -30,4 +30,8 @@ CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif
.if ${OSVERSION} < 600000
BROKEN= Does not compile on 5.x with old texinfo in base
.endif
.include <bsd.port.post.mk>