summaryrefslogtreecommitdiff
path: root/devel/bpython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bpython/Makefile')
-rw-r--r--devel/bpython/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile
index 56ce2ab0a79..c6442be4e12 100644
--- a/devel/bpython/Makefile
+++ b/devel/bpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/06/03 10:04:43 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2013/06/04 07:35:14 wiz Exp $
#
DISTNAME= bpython-0.12
@@ -14,6 +14,7 @@ LICENSE= mit
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments
+DEPENDS+= ${PYPKGPREFIX}-readline>=0nb2:../../devel/py-readline
DEPENDS+= ${PYPKGPREFIX}-urwid>=0.9.9.1:../../devel/py-urwid
PKG_OPTIONS_VAR= PKG_OPTIONS.bpython
@@ -27,7 +28,6 @@ PKG_SUGGESTED_OPTIONS= # empty
.include "../../x11/py-gtk2/buildlink3.mk"
.endif
-.include "../../devel/py-readline/buildlink3.mk"
.include "../../devel/py-curses/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"