diff options
author | dinoex <dinoex@FreeBSD.org> | 2017-06-23 08:05:56 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2017-06-23 08:05:56 +0800 |
commit | 8e9cb30bd4648f5f7b503e388c1554bd1ce6fcda (patch) | |
tree | 1b37d1abf5ec262ad11d33ba476165f0fdd33849 | |
parent | a147765815b666d20e482be80bd0d39a7f25a9a4 (diff) | |
download | freebsd-ports-gnome-8e9cb30bd4648f5f7b503e388c1554bd1ce6fcda.tar.gz freebsd-ports-gnome-8e9cb30bd4648f5f7b503e388c1554bd1ce6fcda.tar.zst freebsd-ports-gnome-8e9cb30bd4648f5f7b503e388c1554bd1ce6fcda.zip |
- fix build, add MAKE_JOBS_UNSAFE
PR: 220072
Submitted by: Brad Sliger
-rw-r--r-- | mail/fdm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 57dedce1034e..ef51d63bc16c 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -13,6 +13,8 @@ LICENSE= ISCL LIB_DEPENDS= libtdb.so:databases/tdb +MAKE_JOBS_UNSAFE= yes + USE_GITHUB= yes GH_ACCOUNT= nicm USES= autoreconf:build ssl |