print/scribus: switch from py-imaging to py-pillow
- USES python With hat: python Approved by: portmgr (bdrewery, implicit)
This commit is contained in:
parent
a257723a90
commit
e34f57b8cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370196
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= scribus
|
||||
PORTVERSION= 1.4.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= print editors
|
||||
MASTER_SITES= SF \
|
||||
http://www.scribus.net/downloads/${PORTVERSION}/
|
||||
@ -25,13 +25,12 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
|
||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging
|
||||
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-pillow
|
||||
|
||||
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 tar:xz
|
||||
USES= cmake desktop-file-utils pkgconfig python shared-mime-info tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit
|
||||
|
Loading…
Reference in New Issue
Block a user