aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2010-05-22 00:27:30 +0800
committernaddy <naddy@FreeBSD.org>2010-05-22 00:27:30 +0800
commitb9d6cd5bf34544b7780697d12fb3c9a79ff54cbc (patch)
tree3563cacf7008698debf0eaf4dad5b4afed5b4add /archivers
parentd588927f2c39242c882817e20d9313c4610eaa51 (diff)
downloadfreebsd-ports-gnome-b9d6cd5bf34544b7780697d12fb3c9a79ff54cbc.tar.gz
freebsd-ports-gnome-b9d6cd5bf34544b7780697d12fb3c9a79ff54cbc.tar.zst
freebsd-ports-gnome-b9d6cd5bf34544b7780697d12fb3c9a79ff54cbc.zip
Mark IGNORE if xz is already in the base system.
Diffstat (limited to 'archivers')
-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>