aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2017-04-16 21:38:25 +0800
committernivit <nivit@FreeBSD.org>2017-04-16 21:38:25 +0800
commitad307fe7b6badc7ea44bc3e947b38bf194322a09 (patch)
treed3025b2217ca5c808bf02f7c940d242b969ba781 /textproc
parentb07d7b49f27241c421d4b51b0518ce8fe9210094 (diff)
downloadfreebsd-ports-gnome-ad307fe7b6badc7ea44bc3e947b38bf194322a09.tar.gz
freebsd-ports-gnome-ad307fe7b6badc7ea44bc3e947b38bf194322a09.tar.zst
freebsd-ports-gnome-ad307fe7b6badc7ea44bc3e947b38bf194322a09.zip
- Allow overriding of Python version from its slave port
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-pygments/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile
index 886172945091..7530d1ddbb06 100644
--- a/textproc/py-pygments/Makefile
+++ b/textproc/py-pygments/Makefile
@@ -13,7 +13,7 @@ COMMENT= Syntax highlighter written in Python
LICENSE= BSD2CLAUSE
-USES= python
+USES?= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes