aboutsummaryrefslogtreecommitdiff
path: root/sysutils/geomWatch
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-13 07:25:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-13 07:25:23 +0000
commite7a5a2ee6581a2da7d3801ada79845bd5afc8692 (patch)
tree9eabfe948d778c3ae91298d43165a9bccb79023a /sysutils/geomWatch
parent49b0b0d864f1ee87a2b762486cf471c28ed93351 (diff)
downloadports-e7a5a2ee6581a2da7d3801ada79845bd5afc8692.tar.gz
ports-e7a5a2ee6581a2da7d3801ada79845bd5afc8692.zip
- Disable on ZFS Ver 6, until proper fix is available
Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=254251
Diffstat (limited to 'sysutils/geomWatch')
-rw-r--r--sysutils/geomWatch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile
index 67ccd6fd2a9e..cd98c423770b 100644
--- a/sysutils/geomWatch/Makefile
+++ b/sysutils/geomWatch/Makefile
@@ -26,7 +26,7 @@ USE_RC_SUBR= ${PORTNAME}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700036
+.if ${OSVERSION} < 702102
MAKE_ARGS+= WITHOUT_ZFS=yes
.endif