diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /print/scribus | |
parent | - Update to 2.3.0 (diff) |
Convert to USES=jpeg
Notes
Notes:
svn path=/head/; revision=390310
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 389951a8232f..c910b96c8264 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= SF \ MAINTAINER= bsam@FreeBSD.org COMMENT= Comprehensive desktop publishing program -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - liblcms.so:${PORTSDIR}/graphics/lcms \ +LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libcups.so:${PORTSDIR}/print/cups-client \ @@ -29,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinte USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 USE_GHOSTSCRIPT_RUN= yes -USES= cmake desktop-file-utils pkgconfig python shared-mime-info tar:xz +USES= cmake desktop-file-utils jpeg pkgconfig python shared-mime-info tar:xz USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit |