summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authormjl <mjl>2008-09-10 14:01:35 +0000
committermjl <mjl>2008-09-10 14:01:35 +0000
commitb4f628ba57189fc1d0ea7702808b40dc59756f3c (patch)
tree66761f717b9a4d1e0e430a7744e6235d889ac5df /converters
parent30bb6cc4a379dae5b75d32a379ac4da08605e89f (diff)
downloadpkgsrc-b4f628ba57189fc1d0ea7702808b40dc59756f3c.tar.gz
Enable c language for building sped up library version.
Diffstat (limited to 'converters')
-rw-r--r--converters/py-simplejson/Makefile4
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