diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-05-12 11:51:39 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-05-12 11:51:39 +0000 |
commit | 81b936f93680733d5ea4e4df95ce61a8ade534a4 (patch) | |
tree | 62ad7dff4172c98599ffc30ee5449f1a7b42ce25 /sysutils/geomWatch | |
parent | 2c4892a38493e2b41b798b9f39998db8bd4d3c61 (diff) | |
download | ports-81b936f93680733d5ea4e4df95ce61a8ade534a4.tar.gz ports-81b936f93680733d5ea4e4df95ce61a8ade534a4.zip |
Notes
Diffstat (limited to 'sysutils/geomWatch')
-rw-r--r-- | sysutils/geomWatch/Makefile | 8 |
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> |