diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-07-25 08:08:19 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-07-25 08:08:19 +0000 |
commit | 41c9e0310c4bb7dcaa65bb40fc5d61635a1ee531 (patch) | |
tree | 85d70a41cc710b337c6f723dfdc8d89421d73170 /print | |
parent | 652a0c1b02603f44a378b25f7883c3e5d998c3ad (diff) |
Notes
Diffstat (limited to 'print')
-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 \ |