diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-03-26 22:11:47 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-03-26 22:11:47 +0000 |
commit | aa350da9c48ab4c4d867684027c489e65af0d5d3 (patch) | |
tree | 8fbda35dee43e21a8653469fa5587524b7313103 /misc | |
parent | 54b1ed5f474d4183e082766c1ca38cd8dfafbfff (diff) | |
download | pkgsrc-aa350da9c48ab4c4d867684027c489e65af0d5d3.tar.gz |
No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-anki2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index c0063c6b6b8..86ca080e27f 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/10/20 10:22:19 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/03/26 22:12:41 jperkin Exp $ DISTNAME= anki-2.0.31 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} @@ -15,12 +15,12 @@ DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 # Actually, these hurt more than they help. # anki comes with its own version of the two, and if the pkgsrc versions # are newer, it might break -#PYTHON_VERSIONS_INCOMPATIBLE=33 34 34 # py-beautifulsoup +#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # py-beautifulsoup #DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.2:../../www/py-beautifulsoup #DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 # XXX: python portaudio -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # not yet ported as of 2.0.21 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.21 .include "options.mk" |