diff options
Diffstat (limited to 'news')
-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 95e992abb8c..4b75883d866 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/02/04 05:13:03 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/02/04 05:59:35 obache Exp $ # .include "../../news/hellanzb/Makefile.version" @@ -19,6 +19,8 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= par2>=0.4:../../archivers/par2 DEPENDS+= unrar>=3.5.4:../../archivers/unrar +USE_LANGUAGES= #none + PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 EGDIR= ${PREFIX}/share/examples/${PKGBASE} |