diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-13 19:30:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-13 19:30:30 +0000 |
commit | 76f8590e7b3a36445367e7ffba6ba42f96e3d2c9 (patch) | |
tree | 9a32d6006b59f557ede0184d3f4d0f5d62dc30c7 | |
parent | x11/libsynaptics: Update to 0.14.6c (diff) |
tortoisehg depends on the pygments module, not the pygmentize command
-rw-r--r-- | devel/tortoisehg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tortoisehg/Makefile b/devel/tortoisehg/Makefile index a4d70a46f3ee..1883fb9a7846 100644 --- a/devel/tortoisehg/Makefile +++ b/devel/tortoisehg/Makefile @@ -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 |