diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:56:10 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:56:10 +0800 |
commit | cbd99d85650b0875dfb5139c87a46ac5e8e47e85 (patch) | |
tree | 1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/autojump | |
parent | ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (diff) | |
download | freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.gz freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.zst freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.zip |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils/autojump')
-rw-r--r-- | sysutils/autojump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/autojump/Makefile b/sysutils/autojump/Makefile index 31f7c44d2c4c..a4c3e331d956 100644 --- a/sysutils/autojump/Makefile +++ b/sysutils/autojump/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv3 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes -USE_PYTHON_RUN= yes +USES= python:run SUB_FILES= pkg-install PLIST_FILES= bin/autojump \ |