diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 14:22:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 14:22:47 +0800 |
commit | 5d63f47f0dea9af79eb4aeeefbe86c684ba7931c (patch) | |
tree | a41848c566c245048bfc9d6a6b2ae016e280cfc4 /sysutils | |
parent | 1b77e34ebfa0cb9f6a2d8ffab26493ebebcacbf2 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |