aboutsummaryrefslogtreecommitdiff
path: root/sysutils/geomWatch
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2010-05-12 11:51:39 +0000
committerSahil Tandon <sahil@FreeBSD.org>2010-05-12 11:51:39 +0000
commit81b936f93680733d5ea4e4df95ce61a8ade534a4 (patch)
tree62ad7dff4172c98599ffc30ee5449f1a7b42ce25 /sysutils/geomWatch
parent2c4892a38493e2b41b798b9f39998db8bd4d3c61 (diff)
downloadports-81b936f93680733d5ea4e4df95ce61a8ade534a4.tar.gz
ports-81b936f93680733d5ea4e4df95ce61a8ade534a4.zip
- Fix build on 6.x
Submitted by: maintainer Reported by: pointyhat (erwin@, pav@) Approved by: itetcu@ (mentor)
Notes
Notes: svn path=/head/; revision=254190
Diffstat (limited to 'sysutils/geomWatch')
-rw-r--r--sysutils/geomWatch/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile
index 2f8e287113b2..67ccd6fd2a9e 100644
--- a/sysutils/geomWatch/Makefile
+++ b/sysutils/geomWatch/Makefile
@@ -24,7 +24,13 @@ SUB_FILES= pkg-message
USE_RC_SUBR= ${PORTNAME}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700036
+MAKE_ARGS+= WITHOUT_ZFS=yes
+.endif
+
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>