svn commit: r461736 - head/devel/tortoisehg

Antoine Brodin antoine at FreeBSD.org
Tue Feb 13 19:30:31 UTC 2018


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


More information about the svn-ports-all mailing list