diff options
author | rodent <rodent> | 2014-01-06 15:25:21 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-01-06 15:25:21 +0000 |
commit | 72837dd3f69116cce10cf080dd9c1d682743f529 (patch) | |
tree | a104b1afa460e90a52135c9795809bc59bc99b67 | |
parent | 1fec49595e754185d88bea8b82aff7930c376795 (diff) | |
download | pkgsrc-72837dd3f69116cce10cf080dd9c1d682743f529.tar.gz |
Curses! This package needs py-curses. (Thought i'd added it when it was in
-wip...) Thanks to kleink for the notice.
-rw-r--r-- | www/py-uwsgitop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-uwsgitop/Makefile b/www/py-uwsgitop/Makefile index cfaccd930e8..c8c0f1ff102 100644 --- a/www/py-uwsgitop/Makefile +++ b/www/py-uwsgitop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/05 15:09:52 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/06 15:25:21 rodent Exp $ DISTNAME= uwsgitop-0.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,5 +15,6 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-uwsgi-[0-9]*:../../www/py-uwsgi DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson +DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |