pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/iso-codes having a build dependency on python...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b38046e1c243
branches:  trunk
changeset: 556952:b38046e1c243
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Apr 07 10:30:20 2009 +0000

description:
having a build dependency on python but a full one on py-expat
is pointless

diffstat:

 textproc/iso-codes/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a68635fa4e30 -r b38046e1c243 textproc/iso-codes/Makefile
--- a/textproc/iso-codes/Makefile       Tue Apr 07 10:28:55 2009 +0000
+++ b/textproc/iso-codes/Makefile       Tue Apr 07 10:30:20 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2009/03/22 20:47:05 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2009/04/07 10:30:20 drochner Exp $
 #
 
 DISTNAME=      iso-codes-3.7
@@ -20,7 +20,7 @@
 
 REPLACE_PYTHON=                *.py */*.py
 
-DEPENDS+=      ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
 
 PYTHON_FOR_BUILD_ONLY=         yes
 



Home | Main Index | Thread Index | Old Index