Date: Sun, 15 Dec 2013 12:19:33 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336517 - head/shells/jailkit Message-ID: <201312151219.rBFCJXTL092445@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Dec 15 12:19:33 2013 New Revision: 336517 URL: http://svnweb.freebsd.org/changeset/ports/336517 Log: shells/jailkit: fix python usage Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/shells/jailkit/Makefile Modified: head/shells/jailkit/Makefile ============================================================================== --- head/shells/jailkit/Makefile Sun Dec 15 12:15:53 2013 (r336516) +++ head/shells/jailkit/Makefile Sun Dec 15 12:19:33 2013 (r336517) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151219.rBFCJXTL092445>