diff options
author | obache <obache@pkgsrc.org> | 2012-02-05 13:23:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-05 13:23:54 +0000 |
commit | 843320f1f0aa64def0f32c8621ce50700820e80f (patch) | |
tree | 178ab2625f0d911012af4e50c4d72f8e6f3af279 /textproc | |
parent | 59af0030b3478f252bf22ba14db662e90f58fbe7 (diff) | |
download | pkgsrc-843320f1f0aa64def0f32c8621ce50700820e80f.tar.gz |
setting of PYDISTUTILSPKG=yes is not required here for egg pkg.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-Whoosh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/py-Whoosh/Makefile b/textproc/py-Whoosh/Makefile index 60875b39132..54161accff2 100644 --- a/textproc/py-Whoosh/Makefile +++ b/textproc/py-Whoosh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/01 20:45:05 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/02/05 13:23:54 obache Exp $ # DISTNAME= Whoosh-0.1.13 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 24 -PYDISTUTILSPKG= yes .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |