summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
Diffstat (limited to 'time')
-rw-r--r--time/py-icalendar/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile
index e75f728ad0c..f3ef084c7a2 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2013/02/09 16:55:33 kleink Exp $
+# $NetBSD: Makefile,v 1.10 2013/02/09 17:02:26 kleink Exp $
#
DISTNAME= icalendar-3.3
@@ -11,6 +11,8 @@ HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
COMMENT= Python parser/generator for iCalendar files, as per RFC2445
LICENSE= 2-clause-bsd
+USE_LANGUAGES= # empty
+
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
.include "../../lang/python/egg.mk"