aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-kmod/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile
index d70fb4801270..ae16095e5101 100644
--- a/sysutils/fusefs-kmod/Makefile
+++ b/sysutils/fusefs-kmod/Makefile
@@ -61,6 +61,9 @@ IGNORE= requires FreeBSD 6 or above. Please consider porting it to 5.x or even
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires the Kernel source to be installed. Set SRC_BASE if it is not in /usr/src
.endif
+.if !exists(${SRC_BASE}/sbin/mount)
+IGNORE= requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src
+.endif
post-patch:
@${REINPLACE_CMD} -e 's/deplate.rb/deplate/g' \