aboutsummaryrefslogtreecommitdiffstats
path: root/audio/uade
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-12-14 23:47:00 +0800
committerFlorian Smeets <flo@FreeBSD.org>2012-12-14 23:47:00 +0800
commitd26530b7136cdbbc743cb41cba488928a2fb490e (patch)
tree2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /audio/uade
parent7045030009ee59cfe75c17ba591c3798c3478b68 (diff)
downloadfreebsd-ports-gnome-d26530b7136cdbbc743cb41cba488928a2fb490e.tar.gz
freebsd-ports-gnome-d26530b7136cdbbc743cb41cba488928a2fb490e.tar.zst
freebsd-ports-gnome-d26530b7136cdbbc743cb41cba488928a2fb490e.zip
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt)
Diffstat (limited to 'audio/uade')
-rw-r--r--audio/uade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/uade/Makefile b/audio/uade/Makefile
index 327b3b1e67d9..5e1a98c38249 100644
--- a/audio/uade/Makefile
+++ b/audio/uade/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+=--with-text-scope
.endif
.if ${PORT_OPTIONS:MFUSE}
-LIB_DEPENDS+= fuse:${PORTSDIR}/sysutils/fusefs-libs
+USE_FUSE= yes
MAN1+= uadefs.1
PLIST_SUB+= FUSE=""
.else