diff options
author | obache <obache> | 2012-02-04 05:59:35 +0000 |
---|---|---|
committer | obache <obache> | 2012-02-04 05:59:35 +0000 |
commit | 9c3577224fa373283ef5afb3fb653a24f6e3f734 (patch) | |
tree | 44a1adc962a636b1e510b872f6371d38899b6ae6 /news | |
parent | 5baf5e7d2e92939620150c04d24b11d09edbd76d (diff) | |
download | pkgsrc-9c3577224fa373283ef5afb3fb653a24f6e3f734.tar.gz |
No compler is required.
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} |