svn commit: r332851 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Tue Nov 5 14:24:45 UTC 2013


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
 


More information about the svn-ports-head mailing list