diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2014-05-16 08:30:45 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2014-05-16 08:30:45 +0000 |
commit | 80bf6a711ff751516488788ef95387f8caa8ab45 (patch) | |
tree | 2a4b5ef9881bb1d3a58220caadfc36fd0545c0d4 /print | |
parent | 8e391395bc7a7d508ddba58ea1ceda3a2c5a47c3 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 1b6a210a780f..4f4fbed44107 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -27,12 +27,11 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging -USE_XZ= yes USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= yes -USES= cmake desktop-file-utils pkgconfig shared-mime-info +USES= cmake desktop-file-utils pkgconfig shared-mime-info tar:xz USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit |