diff options
Diffstat (limited to 'news/hellanzb/Makefile')
-rw-r--r-- | news/hellanzb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index a80bd01a578..e8a6de74a37 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/08 12:27:40 asau Exp $ +# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:18 wiz Exp $ # .include "../../news/hellanzb/Makefile.version" @@ -17,6 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= par2>=0.4:../../archivers/par2 DEPENDS+= unrar>=3.5.4:../../archivers/unrar +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted + USE_LANGUAGES= #none EGDIR= ${PREFIX}/share/examples/${PKGBASE} |