Adjust to use "py-EditObj2" since "py-EditObj" doesn't exist.
This commit is contained in:
parent
fc8a54adb7
commit
cb896484e9
2 changed files with 4 additions and 4 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue