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

Mark BROKEN on pre-5.

This commit is contained in:
Dag-Erling Smørgrav 2006-08-07 10:59:05 +00:00
parent b0cc626a88
commit ea816eefc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169956

View File

@ -25,4 +25,10 @@ GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>