From b9d6cd5bf34544b7780697d12fb3c9a79ff54cbc Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 21 May 2010 16:27:30 +0000 Subject: Mark IGNORE if xz is already in the base system. --- archivers/xz/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index a85c028d9ba6..b6340bc8235a 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -53,4 +53,10 @@ pre-build: regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -.include +.include + +.if ${OSVERSION} >= 900012 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800505) +IGNORE= is already in the base system +.endif + +.include -- cgit