diff options
author | obache <obache> | 2012-01-27 12:46:22 +0000 |
---|---|---|
committer | obache <obache> | 2012-01-27 12:46:22 +0000 |
commit | e2dc6e128820f8b4629d39e5a97d4562bbe10875 (patch) | |
tree | a10cdfaf10a9a497663aaa4ed448440ef07c01f2 /devel | |
parent | 3c968d58d16f002f08db84cb2ad813de74fd698a (diff) | |
download | pkgsrc-e2dc6e128820f8b4629d39e5a97d4562bbe10875.tar.gz |
No need to buildlink with py-xml, simple DEPENDS is sufficient.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/eric3/Makefile | 4 |
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" |