diff options
author | pawel <pawel@FreeBSD.org> | 2016-01-03 18:32:51 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-01-03 18:32:51 +0800 |
commit | 5ba8413184ee9ff9a1ce6e7ba6f0c28d41d0370a (patch) | |
tree | 1ad5b6cff20c32922f024b63cd0dad674f4cb339 /print/scribus | |
parent | 2fa40c0e859c641c5e98acc0584643a24f8a3324 (diff) | |
download | freebsd-ports-gnome-5ba8413184ee9ff9a1ce6e7ba6f0c28d41d0370a.tar.gz freebsd-ports-gnome-5ba8413184ee9ff9a1ce6e7ba6f0c28d41d0370a.tar.zst freebsd-ports-gnome-5ba8413184ee9ff9a1ce6e7ba6f0c28d41d0370a.zip |
Switch to USES=execinfo
PR: 205384
Submitted by: myself
Approved by: maintainer timeout
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 8a9205bb6aa0..501476bc6efa 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -21,15 +21,14 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms \ libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libcairo.so:${PORTSDIR}/graphics/cairo \ libhyphen.so:${PORTSDIR}/textproc/hyphen \ - 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-pillow USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 -USES= cmake desktop-file-utils ghostscript:run jpeg pkgconfig \ - python shared-mime-info tar:bz2 +USES= cmake desktop-file-utils execinfo ghostscript:run jpeg \ + pkgconfig python shared-mime-info tar:bz2 USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit |