From cb896484e9df7f12ae603db6c5fb8d47e13e5743 Mon Sep 17 00:00:00 2001 From: Aleksej Saushev Date: Fri, 14 Jan 2011 21:35:10 +0000 Subject: [PATCH] Adjust to use "py-EditObj2" since "py-EditObj" doesn't exist. --- slune/Makefile | 4 ++-- songwrite/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/slune/Makefile b/slune/Makefile index 983fdfd85b..2df6b44021 100644 --- a/slune/Makefile +++ b/slune/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/09/09 11:22:14 thomasklausner Exp $ +# $NetBSD: Makefile,v 1.14 2011/01/14 21:36:48 asau Exp $ # DISTNAME= Slune-0.6.1 @@ -16,7 +16,7 @@ PYDISTUTILSPKG= yes DEPENDS+= ${PYPKGPREFIX}-Py2Play>=0.1.6:../../wip/py-Py2Play DEPENDS+= ${PYPKGPREFIX}-Soya>=0.6.1:../../wip/py-Soya -DEPENDS+= ${PYPKGPREFIX}-EditObj>=0.5.2:../../wip/py-EditObj +DEPENDS+= ${PYPKGPREFIX}-EditObj2>=0.5.2:../../wip/py-EditObj2 DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis PYSETUPINSTALLARGS= --install-lib ${PYSITELIB} --install-scripts ${PREFIX}/bin --install-data ${PREFIX}/share/ diff --git a/songwrite/Makefile b/songwrite/Makefile index c080e8e705..f3477ab15b 100644 --- a/songwrite/Makefile +++ b/songwrite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/10/29 08:32:56 shattered Exp $ +# $NetBSD: Makefile,v 1.10 2011/01/14 21:35:10 asau Exp $ # DISTNAME= Songwrite-0.12 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://home.gna.org/oomadness/en/songwrite/index.html COMMENT= Tablature (guitar partition) editor -DEPENDS+= ${PYPKGPREFIX}-EditObj-[0-9]*:../../wip/py-EditObj +DEPENDS+= ${PYPKGPREFIX}-EditObj2-[0-9]*:../../wip/py-EditObj2 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes