summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-27 12:46:22 +0000
committerobache <obache@pkgsrc.org>2012-01-27 12:46:22 +0000
commitdc645f04cbc1cec8e9dfd376d2d84c03c40c1725 (patch)
treea10cdfaf10a9a497663aaa4ed448440ef07c01f2 /devel
parent88657bc20bb9b97233b0b04f14896fb7f1a60be4 (diff)
downloadpkgsrc-dc645f04cbc1cec8e9dfd376d2d84c03c40c1725.tar.gz
No need to buildlink with py-xml, simple DEPENDS is sufficient.
Diffstat (limited to 'devel')
-rw-r--r--devel/eric3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/eric3/Makefile b/devel/eric3/Makefile
index f6b7844f96d..d58e3d5ffc2 100644
--- a/devel/eric3/Makefile
+++ b/devel/eric3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/03/11 12:02:50 obache Exp $
+# $NetBSD: Makefile,v 1.23 2012/01/27 12:46:22 obache Exp $
#
DISTNAME= eric-3.8.1
@@ -12,6 +12,7 @@ COMMENT= Python IDE
DEPENDS+= ${PYPKGPREFIX}-qt3-modules>=3.11:../../x11/py-qt3-modules
DEPENDS+= ${PYPKGPREFIX}-qt3-qscintilla>=3.11:../../x11/py-qt3-qscintilla
+DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.4:../../textproc/py-xml
PKG_DESTDIR_SUPPORT= user-destdir
@@ -35,5 +36,4 @@ do-install:
${PYTHONBIN} -c "import py_compile; py_compile.compile('sitecustomize.py')")
.include "../../lang/python/extension.mk"
-.include "../../textproc/py-xml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"