diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
commit | a0552735eead4355592b1de4ff725a81cd15c639 (patch) | |
tree | c2364f5819e8d5e433572c797bab46ab06e70b04 /Mk/bsd.port.mk | |
parent | 8299502db0258bd86eab49cbbc41ade51bcb6d6f (diff) | |
download | FreeBSD-ports-a0552735eead4355592b1de4ff725a81cd15c639.zip FreeBSD-ports-a0552735eead4355592b1de4ff725a81cd15c639.tar.gz |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
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 |