diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:45 +0800 |
commit | d939c30db81b8a69d9312fad98fe3acb95d87b73 (patch) | |
tree | 731828472a24da580d4c307ce2d30e05ff3d7444 /textproc | |
parent | 3636c3808b18d098aa7d6cf531853ed8d9a4f042 (diff) | |
download | freebsd-ports-gnome-d939c30db81b8a69d9312fad98fe3acb95d87b73.tar.gz freebsd-ports-gnome-d939c30db81b8a69d9312fad98fe3acb95d87b73.tar.zst freebsd-ports-gnome-d939c30db81b8a69d9312fad98fe3acb95d87b73.zip |
- Use USES=python
- Remove RUN_DEPENDS: duplicate with USES=python:2
Diffstat (limited to 'textproc')
-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 \ |