pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django No need for a C compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a504880a6fd
branches:  trunk
changeset: 395827:5a504880a6fd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 14 11:17:11 2009 +0000

description:
No need for a C compiler.

diffstat:

 www/py-django/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d181c02c6690 -r 5a504880a6fd www/py-django/Makefile
--- a/www/py-django/Makefile    Tue Jul 14 11:14:33 2009 +0000
+++ b/www/py-django/Makefile    Tue Jul 14 11:17:11 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2009/05/02 16:21:46 reed Exp $
+# $NetBSD: Makefile,v 1.18 2009/07/14 11:17:11 joerg Exp $
 
 DJANGOVERS=    1.0.2
 DISTNAME=      Django-${DJANGOVERS}-final
@@ -19,6 +19,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+USE_LANGUAGES= # empty
+
 DEPENDS+=      ${PYPKGPREFIX}-flup-[0-9]*:../../www/py-flup
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index