From cc73237ec760595d4676b25c14a70ca1cb96cbea Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 16 Jan 2014 10:41:53 +0000 Subject: Convert to use versioned_dependencies.mk. --- time/etm/Makefile | 7 ++++--- time/py-icalendar/Makefile | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'time') diff --git a/time/etm/Makefile b/time/etm/Makefile index 78e98d80753..603d1722deb 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/04/06 03:45:26 rodent Exp $ -# +# $NetBSD: Makefile,v 1.29 2014/01/16 10:41:53 wiz Exp $ DISTNAME= etm-877 PKGREVISION= 1 @@ -12,9 +11,10 @@ COMMENT= Events and tasks manager using simple text files LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets -DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar +PYTHON_VERSIONED_DEPENDENCIES= dateutil + USE_LANGUAGES= # none REPLACE_PYTHON+= etm/etmWX.py @@ -26,4 +26,5 @@ post-configure: .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile index 8c4a589839f..2b550211810 100644 --- a/time/py-icalendar/Makefile +++ b/time/py-icalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/07/08 08:49:16 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/16 10:41:53 wiz Exp $ DISTNAME= icalendar-3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,10 +10,12 @@ HOMEPAGE= http://icalendar.readthedocs.org/en/latest/ COMMENT= Python parser/generator for iCalendar files, as per RFC2445 LICENSE= 2-clause-bsd -DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz +PYTHON_VERSIONED_DEPENDENCIES= dateutil + USE_LANGUAGES= # empty .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3