diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:01:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:01:45 +0000 |
commit | 31e3f9e4113c713dd088a60b458225e89f75a0eb (patch) | |
tree | 731828472a24da580d4c307ce2d30e05ff3d7444 /textproc/asciidoc | |
parent | 6dde2a6a2cadd79a329a4bb7a4e981ee1b2c4943 (diff) |
- Use USES=python
- Remove RUN_DEPENDS: duplicate with USES=python:2
Notes
Notes:
svn path=/head/; revision=364909
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r-- | textproc/asciidoc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 3912ffed6ccb..d9b985b2827b 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -13,11 +13,8 @@ COMMENT= Text document format for writing short documents and man pages LICENSE= GPLv2 MIT LICENSE_COMB= multi -RUN_DEPENDS= python2:${PORTSDIR}/lang/python2 - GNU_CONFIGURE= yes -USE_PYTHON= 2 -USES= gmake shebangfix +USES= gmake python:2 shebangfix CONF_FILES= asciidoc.conf docbook45.conf filters/code/code-filter.conf \ filters/graphviz/graphviz-filter.conf \ |