summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-tryton/Makefile4
-rw-r--r--devel/py-trytond/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-tryton/Makefile b/devel/py-tryton/Makefile
index 0d74376fa6d..756d11db54e 100644
--- a/devel/py-tryton/Makefile
+++ b/devel/py-tryton/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/02/09 15:32:19 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/09 16:54:12 wiz Exp $
DISTNAME= tryton-3.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ PYTHON_VERSIONED_DEPENDENCIES= dateutil
.include "options.mk"
.if ${OPSYS} == "Darwin"
-DEPENDS+= ${PYPKGPREFIX}-py2app[0-9]*:../../devel/py-py2app
+DEPENDS+= ${PYPKGPREFIX}-py2app-[0-9]*:../../devel/py-py2app
.endif
.include "../../graphics/librsvg/buildlink3.mk"
diff --git a/devel/py-trytond/Makefile b/devel/py-trytond/Makefile
index 8028f3bc74c..46695916990 100644
--- a/devel/py-trytond/Makefile
+++ b/devel/py-trytond/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/02/09 15:32:19 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/09 16:54:12 wiz Exp $
DISTNAME= trytond-3.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -38,7 +38,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-pycha via py-relatorio
.include "options.mk"
.if ${OPSYS} == "Darwin"
-DEPENDS+= ${PYPKGPREFIX}-py2app[0-9]*:../../devel/py-py2app
+DEPENDS+= ${PYPKGPREFIX}-py2app-[0-9]*:../../devel/py-py2app
.endif
.include "../../lang/python/application.mk"