diff options
author | hrs <hrs@FreeBSD.org> | 2011-07-25 16:08:19 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-07-25 16:08:19 +0800 |
commit | bf80d68daef0616eee69ee08a98f49d77c280497 (patch) | |
tree | 30222c353ec521701d5ca85b597e641dcb6a3d07 /print/xdvik | |
parent | 4cd2910c1830c95b0cd02f453908fa7ba74f9906 (diff) | |
download | freebsd-ports-gnome-bf80d68daef0616eee69ee08a98f49d77c280497.tar.gz freebsd-ports-gnome-bf80d68daef0616eee69ee08a98f49d77c280497.tar.zst freebsd-ports-gnome-bf80d68daef0616eee69ee08a98f49d77c280497.zip |
Mark as MAKE_JOBS_UNSAFE.
PR: ports/156801
Diffstat (limited to 'print/xdvik')
-rw-r--r-- | print/xdvik/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index e2c42d49eeef..b9fdb3248133 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib USE_GMAKE= yes USE_MOTIF= yes +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-system-t1lib \ --with-t1lib-libdir=${LIBT1_PREFIX}/lib \ |