aboutsummaryrefslogtreecommitdiff
path: root/sysutils/geomWatch
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-06-09 10:30:15 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-06-09 10:30:15 +0000
commit8a122b98ba6ea182b80491b8a5354d829b4b7e0c (patch)
treec5006414c553d379d57c84486523bc10ac4181e4 /sysutils/geomWatch
parent30bfe91abab684ec86a281019cf09edd6cc5bc0c (diff)
downloadports-8a122b98ba6ea182b80491b8a5354d829b4b7e0c.tar.gz
ports-8a122b98ba6ea182b80491b8a5354d829b4b7e0c.zip
Notes
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 776a356f0b8c..0148134918f6 100644
--- a/sysutils/geomWatch/Makefile
+++ b/sysutils/geomWatch/Makefile
@@ -33,7 +33,7 @@ IGNORE= requires geom(4) support
post-extract:
# base r279437 renamed libnvpair symbols
-.if ${OSVERSION} > 1100062
+.if ${OSVERSION} > 1100062 && ${OSVERSION} < 1100077
${CP} ${_DISTDIR}/${DISTFILES:M*\:nvpair:C/:.*//} \
${WRKSRC}/zfs/v28/sys/cddl/compat/opensolaris/sys/nvpair.h
.endif