Date: Sun, 3 Jan 2016 10:32:51 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405126 - head/print/scribus Message-ID: <201601031032.u03AWpFk053461@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Jan 3 10:32:51 2016 New Revision: 405126 URL: https://svnweb.freebsd.org/changeset/ports/405126 Log: Switch to USES=execinfo PR: 205384 Submitted by: myself Approved by: maintainer timeout Modified: head/print/scribus/Makefile Modified: head/print/scribus/Makefile ============================================================================== --- head/print/scribus/Makefile Sun Jan 3 10:28:50 2016 (r405125) +++ head/print/scribus/Makefile Sun Jan 3 10:32:51 2016 (r405126) @@ -21,15 +21,14 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/grap 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601031032.u03AWpFk053461>