diff options
author | wiz <wiz> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-07-09 13:03:30 +0000 |
commit | b0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf (patch) | |
tree | 1de762e883d3779f3b59f427c2c72c506eacef25 /time/py-goocalendar | |
parent | b614c6c2adb939eb88ba1f9a145a69c34d1f9df9 (diff) | |
download | pkgsrc-b0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf.tar.gz |
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'time/py-goocalendar')
-rw-r--r-- | time/py-goocalendar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile index 0866b6390b2..9f56e6afbc4 100644 --- a/time/py-goocalendar/Makefile +++ b/time/py-goocalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:03 adam Exp $ +# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:12 wiz Exp $ DISTNAME= GooCalendar-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-goocanvas +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 via py-goocanvas .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |