1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

BROKEN on 5.x: configure fails

This commit is contained in:
Kris Kennaway 2004-02-07 03:30:30 +00:00
parent 744d25c564
commit f1bc94ba14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100205

View File

@ -22,4 +22,10 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Configure fails"
.endif
.include <bsd.port.post.mk>