aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-kmod/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 05:05:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 05:05:22 +0000
commit705007328827f96932dd59f12bc52e060ddd1510 (patch)
tree539af0a1c890eaec67a6f3f235aaf3020a739d26 /sysutils/fusefs-kmod/Makefile
parentc8a55de90a16467ca1e1a25ce1c1275e4b69d292 (diff)
downloadports-705007328827f96932dd59f12bc52e060ddd1510.tar.gz
ports-705007328827f96932dd59f12bc52e060ddd1510.zip
Notes
Diffstat (limited to 'sysutils/fusefs-kmod/Makefile')
-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' \