Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 14:24:45 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332851 - head/Mk/Uses
Message-ID:  <201311051424.rA5EOjjs098876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Nov  5 14:24:45 2013
New Revision: 332851
URL: http://svnweb.freebsd.org/changeset/ports/332851

Log:
  Remove useless OSVERSION check, now that tinderbox properly do not leak those tests from the host
  
  With hat:	portmgr

Modified:
  head/Mk/Uses/fuse.mk

Modified: head/Mk/Uses/fuse.mk
==============================================================================
--- head/Mk/Uses/fuse.mk	Tue Nov  5 14:23:29 2013	(r332850)
+++ head/Mk/Uses/fuse.mk	Tue Nov  5 14:24:45 2013	(r332851)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051424.rA5EOjjs098876>