summaryrefslogtreecommitdiff
path: root/www/py-uwsgitop
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-01-06 15:25:21 +0000
committerrodent <rodent@pkgsrc.org>2014-01-06 15:25:21 +0000
commit8267afa67267460184727bcaa5948c1b227d199e (patch)
treea104b1afa460e90a52135c9795809bc59bc99b67 /www/py-uwsgitop
parent46b4c1fba92d04b23d36b59b5844217a71324ff2 (diff)
downloadpkgsrc-8267afa67267460184727bcaa5948c1b227d199e.tar.gz
Curses! This package needs py-curses. (Thought i'd added it when it was in
-wip...) Thanks to kleink for the notice.
Diffstat (limited to 'www/py-uwsgitop')
-rw-r--r--www/py-uwsgitop/Makefile3
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"