aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-26 14:22:47 +0800
committerbapt <bapt@FreeBSD.org>2013-07-26 14:22:47 +0800
commit5d63f47f0dea9af79eb4aeeefbe86c684ba7931c (patch)
treea41848c566c245048bfc9d6a6b2ae016e280cfc4 /sysutils
parent1b77e34ebfa0cb9f6a2d8ffab26493ebebcacbf2 (diff)
downloadfreebsd-ports-gnome-5d63f47f0dea9af79eb4aeeefbe86c684ba7931c.tar.gz
freebsd-ports-gnome-5d63f47f0dea9af79eb4aeeefbe86c684ba7931c.tar.zst
freebsd-ports-gnome-5d63f47f0dea9af79eb4aeeefbe86c684ba7931c.zip
Do not try to build on head where the module has been integrated in base
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 b212f9b550df..1416561e7887 100644
--- a/sysutils/fusefs-kmod/Makefile
+++ b/sysutils/fusefs-kmod/Makefile
@@ -65,6 +65,9 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fuse_module__fuse_vnops.c
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-fuse_module__fuse_vnops.c
.endif
+.if exists(${SRC_BASE}/sys/fs/fuse)
+IGNORE= Integrated into base
+.endif
.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