summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-31 19:32:04 +0000
committerwiz <wiz@pkgsrc.org>2014-01-31 19:32:04 +0000
commit0d0c4cc6635b11b9e6c6eea40cc6b7220a878612 (patch)
tree9509fb5abc39afa3e156bbd0bb4502c58b04f54a /time
parent90e2ddea8664b7f05ec675173168a8ccefccc1f9 (diff)
downloadpkgsrc-0d0c4cc6635b11b9e6c6eea40cc6b7220a878612.tar.gz
Mark some stuff not available for python and use versioned_dependencies.mk,
so that pbulk can finish a scan again.
Diffstat (limited to 'time')
-rw-r--r--time/py-goocalendar/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile
index 022553d5f73..5e141a04ade 100644
--- a/time/py-goocalendar/Makefile
+++ b/time/py-goocalendar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/01/30 03:36:35 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/31 19:32:04 wiz Exp $
DISTNAME= GooCalendar-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,10 +10,11 @@ HOMEPAGE= http://code.google.com/p/goocalendar/
COMMENT= Calendar widget using GooCanvas
LICENSE= gnu-gpl-v2
+DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas
+
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCLUDE_3X= no
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-goocanvas
-DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"