pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/py-simplejson Enable c language for buildin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4518ad0e7e5b
branches:  trunk
changeset: 546967:4518ad0e7e5b
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Wed Sep 10 14:01:35 2008 +0000

description:
Enable c language for building sped up library version.

diffstat:

 converters/py-simplejson/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r af64476537dc -r 4518ad0e7e5b converters/py-simplejson/Makefile
--- a/converters/py-simplejson/Makefile Wed Sep 10 13:59:43 2008 +0000
+++ b/converters/py-simplejson/Makefile Wed Sep 10 14:01:35 2008 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index