diff options
author | pav <pav@FreeBSD.org> | 2010-05-13 15:25:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-13 15:25:23 +0800 |
commit | 1cdf878fdb025c82189b04d1abae66b3f1af8c54 (patch) | |
tree | 24b96bbf43a6406e87ca4be3d049434aab0648a7 /sysutils | |
parent | 2093ee5f25dd31b8bb36fc6b633e5be98158a17b (diff) | |
download | freebsd-ports-gnome-1cdf878fdb025c82189b04d1abae66b3f1af8c54.tar.gz freebsd-ports-gnome-1cdf878fdb025c82189b04d1abae66b3f1af8c54.tar.zst freebsd-ports-gnome-1cdf878fdb025c82189b04d1abae66b3f1af8c54.zip |
- Disable on ZFS Ver 6, until proper fix is available
Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/geomWatch/Makefile | 2 |
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 |