diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:35:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:35:27 +0000 |
commit | 292c06b2a76314a9bea14a915f76a2ef54a47dfd (patch) | |
tree | dc00145729ecd13d21b8120e943c37c1163241bf /textproc/asciidoc | |
parent | 01b8e238d4d851d2724141bc60bbfde322b7ad33 (diff) |
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=455445
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r-- | textproc/asciidoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 4879ec79f632..2f127eff930a 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -3,7 +3,7 @@ PORTNAME= asciidoc PORTVERSION= 8.6.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF @@ -19,7 +19,7 @@ RUN_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl GNU_CONFIGURE= yes NO_ARCH= yes USE_GNOME= libxml2:run libxslt:run -USES= gmake gnome python:2 shebangfix +USES= gmake gnome python:2.7 shebangfix SHEBANG_FILES= a2x.py \ asciidoc.py \ |