diff options
author | kleink <kleink@pkgsrc.org> | 2020-05-12 10:33:49 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2020-05-12 10:33:49 +0000 |
commit | bb72c6558e59e4e7bd3f67b43deee808ef4185d6 (patch) | |
tree | d077d5cf838734ec5872f3eea4bf15af4e7d57a9 /mk | |
parent | 13083d4444e1b63f08cfd6acea84c517f6930f8a (diff) | |
download | pkgsrc-bb72c6558e59e4e7bd3f67b43deee808ef4185d6.tar.gz |
options.description: Add pygments.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index b97a7c7fe21..9e588fd7180 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -672,6 +672,7 @@ psycopg1 Enable psycopg 1.1.x support. psycopg2 Enable psycopg 2.x support. pulseaudio Enable support for the PulseAudio sound server. py-numpy Enable support for NumPy. +pygments Enable Pygments support. pymalloc Build python with the pymalloc specialist object allocator. pyrex Enable Pyrex language support. python Enable Python support. |