diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2010-08-22 12:22:30 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2010-08-22 12:22:30 +0000 |
commit | 8fb574ad60042aaf49a9aec686a54b6c4fc392d8 (patch) | |
tree | 423c7f6b93455a6ed8b613d36b283d3e60b9cc25 /print | |
parent | 144041180faedeb822f6933288a6e06162de6a7b (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/openprinting/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index a59898e0f837..c03f2eca0ca6 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -28,7 +28,7 @@ USE_ICONV= yes USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/libexec GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= aclocal:19 autoconf:262 autoheader:262 automake:19 libtool:22 ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal |