diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2014-05-23 18:08:04 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2014-05-23 18:08:04 +0000 |
commit | 89615dc6ed1d8faa3509e791a5b8d2d5d3b03927 (patch) | |
tree | 12d82000196058e98f56df08bc32e58be44833ed /print | |
parent | e1b5ac81de5da3ea3e8c50ab5cab41d59e2961b9 (diff) | |
download | ports-89615dc6ed1d8faa3509e791a5b8d2d5d3b03927.tar.gz ports-89615dc6ed1d8faa3509e791a5b8d2d5d3b03927.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 47e84b25578a..c6ea6b0e0db7 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler.so:${PORTSDIR}/graphics/poppler +MAKE_JOBS_UNSAFE=YES USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz SHEBANG_FILES= filter/textonly USE_GNOME= glib20 |