diff options
author | nivit <nivit@FreeBSD.org> | 2017-04-16 21:38:25 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2017-04-16 21:38:25 +0800 |
commit | ad307fe7b6badc7ea44bc3e947b38bf194322a09 (patch) | |
tree | d3025b2217ca5c808bf02f7c940d242b969ba781 /textproc | |
parent | b07d7b49f27241c421d4b51b0518ce8fe9210094 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |