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 | 9b00a2b4ca9fd45d4de4ce7342febdf2795dd389 (patch) | |
tree | 178ab2625f0d911012af4e50c4d72f8e6f3af279 | |
parent | 43e22e2a00212055df035d679fcf562e90e8c21b (diff) | |
download | pkgsrc-9b00a2b4ca9fd45d4de4ce7342febdf2795dd389.tar.gz |
setting of PYDISTUTILSPKG=yes is not required here for egg pkg.
-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" |