diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 20:00:43 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 20:00:43 +0000 |
commit | 88a055c8b12522c7c536630c116f32d790b1ce83 (patch) | |
tree | 74f687548bc54abc3333e42b5ca835d514e63474 /textproc/py-pygments | |
parent | e237c4c757123d65776fd584631af51052494b41 (diff) | |
download | ports-88a055c8b12522c7c536630c116f32d790b1ce83.tar.gz ports-88a055c8b12522c7c536630c116f32d790b1ce83.zip |
Notes
Diffstat (limited to 'textproc/py-pygments')
-rw-r--r-- | textproc/py-pygments/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile index 310b8cbd203c..e7c83ba70fb4 100644 --- a/textproc/py-pygments/Makefile +++ b/textproc/py-pygments/Makefile @@ -18,4 +18,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> |