summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-12-14 15:47:00 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-12-14 15:47:00 +0000
commitd26530b7136cdbbc743cb41cba488928a2fb490e (patch)
tree2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /x11-wm
parent- Mark as DEPRECATED, the project has been abandoned (diff)
- 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)
Notes
Notes: svn path=/head/; revision=308910
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/compiz/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile
index 4e6411842250..4fe16cbecc0b 100644
--- a/x11-wm/compiz/Makefile
+++ b/x11-wm/compiz/Makefile
@@ -149,8 +149,7 @@ PLIST_SUB+= DBUS="@comment "
.if ${PORT_OPTIONS:MFUSE}
CONFIGURE_ARGS+= --enable-fuse
-BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/fuse.pc:${PORTSDIR}/sysutils/fusefs-libs
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/fuse.pc:${PORTSDIR}/sysutils/fusefs-libs
+USE_FUSE= yes
PLIST_SUB+= FUSE=""
.else
CONFIGURE_ARGS+= --disable-fuse