diff options
author | mjl <mjl@pkgsrc.org> | 2008-09-10 14:01:35 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2008-09-10 14:01:35 +0000 |
commit | bb61515a6a18ecc3caa5640412a749d276fe1cf9 (patch) | |
tree | 66761f717b9a4d1e0e430a7744e6235d889ac5df | |
parent | a46970840231bdf57c6ff24832faf15485fd1fba (diff) | |
download | pkgsrc-bb61515a6a18ecc3caa5640412a749d276fe1cf9.tar.gz |
Enable c language for building sped up library version.
-rw-r--r-- | converters/py-simplejson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 749b623cf43..139cde20e99 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/09/10 13:56:40 mjl Exp $ +# $NetBSD: Makefile,v 1.3 2008/09/10 14:01:35 mjl Exp $ # PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc@NetBSD.org HOMEPAGE= http://undefined.org/python/#simplejson COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder -USE_LANGUAGES= # none +USE_LANGUAGES= c PYDISTUTILSPKG= yes PYBINMODULE= yes |