diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-08-31 05:44:56 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-08-31 05:44:56 +0000 |
commit | 19ce0adeeb6ea6e670d4647749b9ec7090262a70 (patch) | |
tree | 82be933e6681cff8631fa6dc4e19a1dfd23dc5fd | |
parent | - Remove the deprecated USE_AUTOTOOLS variable (diff) |
www/py-pelican: Add description for MARKDOWN option
Add a description for the MARKDOWN option that was missed in the previous
commit.
Approved by: portmgr, pointyhat (blanket)
-rw-r--r-- | www/py-pelican/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/py-pelican/Makefile b/www/py-pelican/Makefile index 2276b0e01637..8d348e6d9f51 100644 --- a/www/py-pelican/Makefile +++ b/www/py-pelican/Makefile @@ -31,6 +31,7 @@ GH_ACCOUNT= getpelican OPTIONS_DEFINE= MARKDOWN SYNTAX TESTS OPTIONS_DEFAULT= MARKDOWN SYNTAX +MARKDOWN_DESC= Markdown markup language format support MARKDOWN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown SYNTAX_DESC= Syntax Highlighting (via pygments) |