summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2013-02-09 17:02:26 +0000
committerkleink <kleink@pkgsrc.org>2013-02-09 17:02:26 +0000
commit6eed2a43a376c3a76471c3e919306a3b282d7f9e (patch)
tree1dd7250feed3c26627628314e61f54baddef9c4b /time
parentd679dfdc26d49f21ddf3a398c3f27d5848cb008b (diff)
downloadpkgsrc-6eed2a43a376c3a76471c3e919306a3b282d7f9e.tar.gz
Missed in previous: Define empty USE_LANGUAGES.
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"