diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-01 05:37:23 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-01 05:37:23 +0800 |
commit | 57aa83de5b39d293815cf08cb8c4b6bcae01d203 (patch) | |
tree | 505347be1625985b8b47332aee56f20812baa1ce /devel/alog | |
parent | 2bc939b37c8d390ba94c13688334a378c099b2be (diff) | |
download | freebsd-ports-gnome-57aa83de5b39d293815cf08cb8c4b6bcae01d203.tar.gz freebsd-ports-gnome-57aa83de5b39d293815cf08cb8c4b6bcae01d203.tar.zst freebsd-ports-gnome-57aa83de5b39d293815cf08cb8c4b6bcae01d203.zip |
devel/alog: not jobs safe
Diffstat (limited to 'devel/alog')
-rw-r--r-- | devel/alog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/alog/Makefile b/devel/alog/Makefile index 0ee1bce04262..54c221b066b0 100644 --- a/devel/alog/Makefile +++ b/devel/alog/Makefile @@ -30,6 +30,8 @@ DOCS_BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ source-highlight:${PORTSDIR}/textproc/source-highlight TEST_BUILD_DEPENDS= ${LOCALBASE}/lib/gnat/ahven.gpr:${PORTSDIR}/devel/ahven +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTEST} |