1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Mark IGNORE if xz is already in the base system.

This commit is contained in:
Christian Weisgerber 2010-05-21 16:27:30 +00:00
parent 4ec4974de3
commit 0671e83009
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254740

View File

@ -53,4 +53,10 @@ pre-build:
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900012 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800505)
IGNORE= is already in the base system
.endif
.include <bsd.port.post.mk>