diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-12 02:02:00 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-12 02:02:00 +0800 |
commit | 1f9c88d13d59412c0d54de8073b679d6e34d9b1b (patch) | |
tree | 0c4ec0eabe454efe335407b2b497a4b66d8c71dd /print | |
parent | 514b35c5ff85906bace4b99b5298bb03779d8082 (diff) | |
download | freebsd-ports-gnome-1f9c88d13d59412c0d54de8073b679d6e34d9b1b.tar.gz freebsd-ports-gnome-1f9c88d13d59412c0d54de8073b679d6e34d9b1b.tar.zst freebsd-ports-gnome-1f9c88d13d59412c0d54de8073b679d6e34d9b1b.zip |
Temporarily disable MAKE_JOBS_SAFE=yes until the cause becomes clear.
Reported by: Hiroto Kagotani
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-aleph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/tex-aleph/Makefile b/print/tex-aleph/Makefile index f70e32bcfb41..48092d1f2d0a 100644 --- a/print/tex-aleph/Makefile +++ b/print/tex-aleph/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS= ${EXCLUDE_ENGINES:S/^/--disable-/} \ --with-system-zziplib \ --with-system-zlib CFLAGS+= -I${LOCALBASE}/include -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes TEX_FORMATS= aleph MAN1= ofm2opl.1 opl2ofm.1 ovf2ovp.1 ovp2ovf.1 aleph.1 otp2ocp.1 \ |