diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
commit | e1555011ab42870150513585c13b3a273e4bf53b (patch) | |
tree | 75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /deskutils/tnote | |
parent | dae43d7a6d5bdca67edda0ed02db4a1593899b62 (diff) | |
download | ports-e1555011ab42870150513585c13b3a273e4bf53b.tar.gz ports-e1555011ab42870150513585c13b3a273e4bf53b.zip |
Notes
Diffstat (limited to 'deskutils/tnote')
-rw-r--r-- | deskutils/tnote/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/tnote/Makefile b/deskutils/tnote/Makefile index 4dd759d934aa..d64847729a3b 100644 --- a/deskutils/tnote/Makefile +++ b/deskutils/tnote/Makefile @@ -12,9 +12,8 @@ COMMENT= Small note taking program for the terminal LICENSE= GPLv3 -USES= shebangfix -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES= python:2 shebangfix +USE_PYTHON= distutils SHEBANG_FILES= tnote python_OLD_CMD= ${SETENV} python |