diff options
author | wg <wg@FreeBSD.org> | 2013-12-15 20:19:33 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-15 20:19:33 +0800 |
commit | 0e22dad7168235e6cad1f958a6b997bf72e7fa0a (patch) | |
tree | 66b988a826e2969a7a15ae68721507659e47e2ef /shells/jailkit | |
parent | 85681da1b69ef3ca3666cfc4562c9eb0c95c98b4 (diff) | |
download | freebsd-ports-gnome-0e22dad7168235e6cad1f958a6b997bf72e7fa0a.tar.gz freebsd-ports-gnome-0e22dad7168235e6cad1f958a6b997bf72e7fa0a.tar.zst freebsd-ports-gnome-0e22dad7168235e6cad1f958a6b997bf72e7fa0a.zip |
shells/jailkit: fix python usage
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Diffstat (limited to 'shells/jailkit')
-rw-r--r-- | shells/jailkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/jailkit/Makefile b/shells/jailkit/Makefile index 2e56d86d138f..facf1d5baa55 100644 --- a/shells/jailkit/Makefile +++ b/shells/jailkit/Makefile @@ -11,7 +11,8 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Utilities to limit user account GNU_CONFIGURE= yes -USE_PYTHON= 2.5+ +CONFIGURE_ENV= PYTHONINTERPRETER=${PYTHON_CMD} +USE_PYTHON= 2 SHELLS= /etc/shells |