diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-01 06:08:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-01 06:08:31 +0800 |
commit | 5628f2f069d327e1c6703ad2d24b009a264c10a7 (patch) | |
tree | e71412f1bbc0f90742f0f4789af826c8d167c8e0 /sysutils | |
parent | 2558ca115318c68109fd88a5ce5de9c5b9a5cbfd (diff) | |
download | freebsd-ports-graphics-5628f2f069d327e1c6703ad2d24b009a264c10a7.tar.gz freebsd-ports-graphics-5628f2f069d327e1c6703ad2d24b009a264c10a7.tar.zst freebsd-ports-graphics-5628f2f069d327e1c6703ad2d24b009a264c10a7.zip |
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-afuse/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-fur/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile index f713619e53f..6e8649b89e1 100644 --- a/sysutils/fusefs-afuse/Makefile +++ b/sysutils/fusefs-afuse/Makefile @@ -16,6 +16,8 @@ COMMENT= An automounting file system implemented in user-space using FUSE RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog README diff --git a/sysutils/fusefs-fur/Makefile b/sysutils/fusefs-fur/Makefile index 82664642b8d..dac63231998 100644 --- a/sysutils/fusefs-fur/Makefile +++ b/sysutils/fusefs-fur/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod OPTIONS= VCHMOD "Enable a fake hook for chmod that just returns 0" on +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes |