diff options
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 7d8b891..9ca0691 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -408,9 +408,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - Legal values are: gamin (default),fam # If set to an unknown value, the port is marked IGNORE. ## -# USE_FUSE - If set, make sure necessary components unavailable in base -# are installed from ports. -## # USE_AUTOTOOLS - If set, this port uses various GNU autotools # (libtool, autoconf, autoheader, automake et al.) # See bsd.autotools.mk for more details. @@ -1854,13 +1851,6 @@ IGNORE= cannot be built with unknown FAM system: ${FAM_SYSTEM} .endif .endif # USE_FAM -.if defined(USE_FUSE) -LIB_DEPENDS+= fuse:${PORTSDIR}/sysutils/fusefs-libs -.if !exists(/sbin/mount_fusefs) -RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod -.endif -.endif - .if defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES" SUB_FILES+= ${USE_RC_SUBR} .endif |