- Mark BROKEN on <7.2

Reported by:	pointyhat
Feature safe:	yes
This commit is contained in:
Pav Lucistnik 2011-01-27 17:20:20 +00:00
parent 0db001b3bc
commit f8a601a78b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268299

View File

@ -26,4 +26,10 @@ USE_AUTOTOOLS= libtool
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 702000
BROKEN= does not build on FreeBSD 7.X prior 7.2
.endif
.include <bsd.port.post.mk>