Date: Sun, 21 Aug 2016 19:45:30 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420581 - head/graphics/zathura Message-ID: <201608211945.u7LJjUAL047254@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Aug 21 19:45:30 2016 New Revision: 420581 URL: https://svnweb.freebsd.org/changeset/ports/420581 Log: graphics/zathura: fix -x option - fix it by adding some additional LIB_DEPENDS and a CPP flag for SYNCTEX PR: 211468 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: freebsd@schukraft.org Approved by: quentin.stievenart@gmail.com (maintainer timeout) Modified: head/graphics/zathura/Makefile Modified: head/graphics/zathura/Makefile ============================================================================== --- head/graphics/zathura/Makefile Sun Aug 21 19:39:52 2016 (r420580) +++ head/graphics/zathura/Makefile Sun Aug 21 19:45:30 2016 (r420581) @@ -13,15 +13,21 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcairo.so:graphics/cairo \ - libgirara-gtk3.so:x11-toolkits/girara + libgirara-gtk3.so:x11-toolkits/girara \ + libmagic.so:sysutils/file \ + libsynctex.so:devel/tex-synctex + BUILD_DEPENDS+= rst2html:textproc/py-docutils -USE_GNOME= glib20 gtk30 +USE_GNOME= glib20 gtk30 gdkpixbuf2 USES= compiler:c11 gmake pkgconfig MAKE_ENV= SFLAGS="${STRIP}" \ RSTTOMAN=${LOCALBASE}/bin/rst2man \ ZLIB_INC= \ - ZLIB_LIB=-lz + ZLIB_LIB=-lz \ + WITH_SYNCTEX=1 + +CPPFLAGS+= -DWITH_SYNCTEX OPTIONS_DEFINE= NLS SQLITE OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608211945.u7LJjUAL047254>