Date: Tue, 13 Feb 2018 19:30:30 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461736 - head/devel/tortoisehg Message-ID: <201802131930.w1DJUU18052990@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Feb 13 19:30:30 2018 New Revision: 461736 URL: https://svnweb.freebsd.org/changeset/ports/461736 Log: tortoisehg depends on the pygments module, not the pygmentize command Modified: head/devel/tortoisehg/Makefile Modified: head/devel/tortoisehg/Makefile ============================================================================== --- head/devel/tortoisehg/Makefile Tue Feb 13 19:30:01 2018 (r461735) +++ head/devel/tortoisehg/Makefile Tue Feb 13 19:30:30 2018 (r461736) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= hg:devel/mercurial \ ${PYTHON_PKGNAMEPREFIX}iniparse>=0.4:devel/py-iniparse@${FLAVOR} \ - pygmentize:textproc/py-pygments@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${FLAVOR} OPTIONS_DEFINE= NAUTILUS NLS NAUTILUS_DESC= Install TortoiseHG Nautilus extension
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802131930.w1DJUU18052990>