pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/eric3 No need to buildlink with py-xml, simple D...
details: https://anonhg.NetBSD.org/pkgsrc/rev/59aa9e17e3b3
branches: trunk
changeset: 598609:59aa9e17e3b3
user: obache <obache%pkgsrc.org@localhost>
date: Fri Jan 27 12:46:22 2012 +0000
description:
No need to buildlink with py-xml, simple DEPENDS is sufficient.
diffstat:
devel/eric3/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r c0785b01aa9c -r 59aa9e17e3b3 devel/eric3/Makefile
--- a/devel/eric3/Makefile Fri Jan 27 10:19:16 2012 +0000
+++ b/devel/eric3/Makefile Fri Jan 27 12:46:22 2012 +0000
@@ -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 @@
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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index