diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-28 02:49:46 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-28 02:49:46 +0800 |
commit | 8332c5d7a5315e043a99cbc78aa8c4b60ec263e0 (patch) | |
tree | e4be1c50677c6b62278460b2062fbdad5cb6480d | |
parent | 13813f7ec752e0e8f000a233013671623e7048a6 (diff) | |
download | freebsd-ports-gnome-8332c5d7a5315e043a99cbc78aa8c4b60ec263e0.tar.gz freebsd-ports-gnome-8332c5d7a5315e043a99cbc78aa8c4b60ec263e0.tar.zst freebsd-ports-gnome-8332c5d7a5315e043a99cbc78aa8c4b60ec263e0.zip |
Mark MAKE_JOBS_UNSAFE
-rw-r--r-- | graphics/fractorama/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/fractorama/Makefile b/graphics/fractorama/Makefile index 45b0991f9471..8803324464f2 100644 --- a/graphics/fractorama/Makefile +++ b/graphics/fractorama/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff USE_QT_VER= 3 USE_BISON= build USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes + MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" |