diff options
author | obache <obache@pkgsrc.org> | 2012-02-04 13:07:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-04 13:07:50 +0000 |
commit | c334f84350a291c53b0b09a6be9f844b76dd3052 (patch) | |
tree | ae84fed88e4fda71265eb6cc34a0b3158b1900d9 /textproc/py-xlrd | |
parent | 1270796946205b1cc82c7a263fe7a89586511aec (diff) | |
download | pkgsrc-c334f84350a291c53b0b09a6be9f844b76dd3052.tar.gz |
* PYDISTUTILSPKG=yes is not required here for using distutils.mk.
* no compiler is required.
Diffstat (limited to 'textproc/py-xlrd')
-rw-r--r-- | textproc/py-xlrd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index 329982618c9..ec6bc757057 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/05 12:18:06 obache Exp $ +# $NetBSD: Makefile,v 1.2 2012/02/04 13:07:50 obache Exp $ # DISTNAME= xlrd-0.7.1 @@ -13,7 +13,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= yes +USE_LANGUAGES= #none .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |