1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark as broken on -current. Tut, tut.

This commit is contained in:
Mark Linimon 2003-12-19 08:50:34 +00:00
parent 7d7bfa8e74
commit d4ceeffa71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96188

View File

@ -20,4 +20,10 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not install on FreeBSD ${OSVERSION}"
.endif
.include <bsd.port.post.mk>