diff options
author | matthew <matthew@FreeBSD.org> | 2016-11-02 01:51:40 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-11-02 01:51:40 +0800 |
commit | 0380d0663ee46cd8b35612b01d46183c91774e97 (patch) | |
tree | b28cb3189c42bba12edce17fc0e0a9794602410b /sysutils/ansible1 | |
parent | 915157f1b376a0cf68d9722cc2b375348b69cc55 (diff) | |
download | freebsd-ports-gnome-0380d0663ee46cd8b35612b01d46183c91774e97.tar.gz freebsd-ports-gnome-0380d0663ee46cd8b35612b01d46183c91774e97.tar.zst freebsd-ports-gnome-0380d0663ee46cd8b35612b01d46183c91774e97.zip |
Declare this slave port only uses python:2 now that the master port
can use python-3. No change to generated package, so no portrevision
bump.
Diffstat (limited to 'sysutils/ansible1')
-rw-r--r-- | sysutils/ansible1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ansible1/Makefile b/sysutils/ansible1/Makefile index 17ff09703578..167914d5c05f 100644 --- a/sysutils/ansible1/Makefile +++ b/sysutils/ansible1/Makefile @@ -10,6 +10,8 @@ CONFLICTS= ansible-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo +USES= cpe python:2 shebangfix + SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py EXTRA_PATCHES= |