diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
commit | a5f9cc91c28e33d61678c2ad38bb9108ec2e58f4 (patch) | |
tree | 07d6b1b1d632ab65321d268042b2ca4bc8531aaa /shells | |
parent | b997ee32c898a372f1adc43d6637b8c37f2f5065 (diff) | |
download | ports-a5f9cc91c28e33d61678c2ad38bb9108ec2e58f4.tar.gz ports-a5f9cc91c28e33d61678c2ad38bb9108ec2e58f4.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/jailkit/Makefile | 2 | ||||
-rw-r--r-- | shells/lshell/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/shells/jailkit/Makefile b/shells/jailkit/Makefile index 7f33b99a4343..b6e862b2ba87 100644 --- a/shells/jailkit/Makefile +++ b/shells/jailkit/Makefile @@ -13,9 +13,9 @@ COMMENT= Utilities to limit user account LICENSE= BSD3CLAUSE +USES= python:2 GNU_CONFIGURE= yes CONFIGURE_ENV= PYTHONINTERPRETER=${PYTHON_CMD} -USE_PYTHON= 2 PORTDOCS= COPYRIGHT README.txt diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index 7a3dd5d60a34..adf208fc5943 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -11,8 +11,8 @@ COMMENT= Shell environment to limited sets of commands to users LICENSE= GPLv3 # (or later) -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils post-patch: @${REINPLACE_CMD} -e \ |