aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/xz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/xz/Makefile')
-rw-r--r--archivers/xz/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <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>