pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/todoman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  4 22:48:24 UTC 2017

Modified Files:
        pkgsrc/misc/todoman: Makefile

Log Message:
Add missing BUILD_DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/todoman/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/todoman/Makefile
diff -u pkgsrc/misc/todoman/Makefile:1.10 pkgsrc/misc/todoman/Makefile:1.11
--- pkgsrc/misc/todoman/Makefile:1.10   Thu Apr 27 13:09:30 2017
+++ pkgsrc/misc/todoman/Makefile        Thu May  4 22:48:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/04/27 13:09:30 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/05/04 22:48:24 wiz Exp $
 
 DISTNAME=      todoman-3.1.0
 CATEGORIES=    misc
@@ -21,6 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-tabulate-[0-9]*
 DEPENDS+=      ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
 DEPENDS+=      ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8



Home | Main Index | Thread Index | Old Index