summaryrefslogtreecommitdiff
path: root/time/py-icalendar
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-16 10:41:53 +0000
committerwiz <wiz@pkgsrc.org>2014-01-16 10:41:53 +0000
commitcc73237ec760595d4676b25c14a70ca1cb96cbea (patch)
tree4db354978084188ed96a82d9dbadf1d2ccd2b120 /time/py-icalendar
parentba29c2b198f1bc252e25b5f607a5228286496e95 (diff)
downloadpkgsrc-cc73237ec760595d4676b25c14a70ca1cb96cbea.tar.gz
Convert to use versioned_dependencies.mk.
Diffstat (limited to 'time/py-icalendar')
-rw-r--r--time/py-icalendar/Makefile6
1 files changed, 4 insertions, 2 deletions
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"