diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-05 22:24:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-05 22:24:45 +0800 |
commit | 03146d14310915b96439d28d6377c14b0136ceac (patch) | |
tree | 7317aee60d14206f99331ae80b13b02f65707a7c /Mk | |
parent | 12dff3d67f1dd339fe639409b389d0e365bdba44 (diff) | |
download | freebsd-ports-graphics-03146d14310915b96439d28d6377c14b0136ceac.tar.gz freebsd-ports-graphics-03146d14310915b96439d28d6377c14b0136ceac.tar.zst freebsd-ports-graphics-03146d14310915b96439d28d6377c14b0136ceac.zip |
Remove useless OSVERSION check, now that tinderbox properly do not leak those tests from the host
With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/fuse.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/fuse.mk b/Mk/Uses/fuse.mk index 1ec2a29092c..eaa621c1328 100644 --- a/Mk/Uses/fuse.mk +++ b/Mk/Uses/fuse.mk @@ -17,7 +17,7 @@ IGNORE= USES=fuse does not require args .endif LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs -.if !exists(/sbin/mount_fusefs) || ${OSVERSION} < 1000019 +.if !exists(/sbin/mount_fusefs) RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod .endif |