summaryrefslogtreecommitdiff
path: root/misc/todoman
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-02 23:25:27 +0000
committerwiz <wiz@pkgsrc.org>2016-08-02 23:25:27 +0000
commitbe9b84fc694e1cd34ff11b35c7da4f57dd3d15a2 (patch)
tree5d18fced17b473cae3d9bbe3ba1eac9708133212 /misc/todoman
parent91f05decd448197b9daa5381f0c4274e57ab0372 (diff)
downloadpkgsrc-be9b84fc694e1cd34ff11b35c7da4f57dd3d15a2.tar.gz
Update some comments.
Diffstat (limited to 'misc/todoman')
-rw-r--r--misc/todoman/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/todoman/Makefile b/misc/todoman/Makefile
index bfceedb4f69..422747985bf 100644
--- a/misc/todoman/Makefile
+++ b/misc/todoman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/08/02 20:07:20 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/02 23:25:27 wiz Exp $
DISTNAME= todoman-1.6.3
CATEGORIES= misc
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-parsedatetime-[0-9]*:../../time/py-parsedatetime
DEPENDS+= ${PYPKGPREFIX}-click>=6.0:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
-# not sure why, but does not run without it installed
+# should be BUILD_DEPENDS -- fixed upstream post 1.6.3
DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
@@ -29,6 +29,4 @@ USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
# needed for "make test" with python-3.x
-#MAKE_ENV+= LC_CTYPE=en_US.UTF-8
-#MAKE_ENV+= LANG=en_US.UTF-8
#MAKE_ENV+= LC_ALL=en_US.UTF-8