diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-18 22:39:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-18 22:39:55 +0000 |
commit | ed9c0642a6754ed6fe4de0153c16d8beb71ab8ed (patch) | |
tree | 2a63af8d70c18165eceed69f54530e4d8779cae6 /textproc/libextractor/Makefile | |
parent | 154853c8be3eca785dee054b2893f8ad4f0a4c54 (diff) | |
download | ports-ed9c0642a6754ed6fe4de0153c16d8beb71ab8ed.tar.gz ports-ed9c0642a6754ed6fe4de0153c16d8beb71ab8ed.zip |
Notes
Diffstat (limited to 'textproc/libextractor/Makefile')
-rw-r--r-- | textproc/libextractor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index a1e417554f89..241cd372427c 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= ${PREFIX}/lib/libextractor CONFIGURE_ARGS= --disable-ltdl-install --enable-exiv2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAKE_JOBS_UNSAFE= yes EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude libltdl |