diff options
Diffstat (limited to 'textproc/queequeg/Makefile')
-rw-r--r-- | textproc/queequeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile index ac805d88999..ac15ed3850e 100644 --- a/textproc/queequeg/Makefile +++ b/textproc/queequeg/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:53 asau Exp $ -# +# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:25 wiz Exp $ DISTNAME= queequeg-0.91 PKGREVISION= 1 @@ -16,6 +15,7 @@ BUILD_DEPENDS+= WordNet-[0-9]*:../../textproc/WordNet USE_LANGUAGES= # none PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-cdb SUBST_CLASSES+= fix-python SUBST_STAGE.fix-python= pre-configure |