summaryrefslogtreecommitdiff
path: root/devel/bpython
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-04 07:38:49 +0000
committerwiz <wiz>2013-06-04 07:38:49 +0000
commite15b56dacc2c03b76a09541e63f17afc510d4f19 (patch)
treeaf9542e65bfc16437283cd181a406903da1f64f2 /devel/bpython
parent5002bcfbf7df03a0a321982a608f09f7f1aa5162 (diff)
downloadpkgsrc-e15b56dacc2c03b76a09541e63f17afc510d4f19.tar.gz
Replace py-curses/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
Diffstat (limited to 'devel/bpython')
-rw-r--r--devel/bpython/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile
index c6442be4e12..6cd0e650cdd 100644
--- a/devel/bpython/Makefile
+++ b/devel/bpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/06/04 07:35:14 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2013/06/04 07:38:49 wiz Exp $
#
DISTNAME= bpython-0.12
@@ -13,6 +13,7 @@ LICENSE= mit
USE_LANGUAGES= # none
+DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses
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
@@ -28,7 +29,6 @@ PKG_SUGGESTED_OPTIONS= # empty
.include "../../x11/py-gtk2/buildlink3.mk"
.endif
-.include "../../devel/py-curses/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"