summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache>2012-01-28 07:55:57 +0000
committerobache <obache>2012-01-28 07:55:57 +0000
commit8b308a0ab67e3fb3d780add9ce88fd3e5fd1161c (patch)
tree2836d8deecf7211a7103be8bc9c15b580116fed5 /devel
parenta23167945a45c92516a5a059a439cff7ac1d56cf (diff)
downloadpkgsrc-8b308a0ab67e3fb3d780add9ce88fd3e5fd1161c.tar.gz
* No need to buildlink with py-curses, simple DEPENDS is sufficient.
* directly depend on ncurses, using libpanel, buildlink on devel/ncurses.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-cursespanel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-cursespanel/Makefile b/devel/py-cursespanel/Makefile
index f045b3ccda0..5f43d95390a 100644
--- a/devel/py-cursespanel/Makefile
+++ b/devel/py-cursespanel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2011/12/03 00:02:14 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2012/01/28 07:55:57 obache Exp $
#
PKGNAME= ${PYPKGPREFIX}-cursespanel-0
@@ -9,6 +9,8 @@ MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.python.org/doc/current/lib/module-curses.html
COMMENT= Curses panel module for Python
+DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_INCLUDE_3X= yes
@@ -34,5 +36,5 @@ do-patch:
.include "../../lang/python/extension.mk"
.include "../../lang/python/srcdist.mk"
-.include "../../devel/py-curses/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"