summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2009-04-07 10:30:20 +0000
committerdrochner <drochner>2009-04-07 10:30:20 +0000
commit674ac7e614009cbc6bfac8ee2e10b6cac39cc933 (patch)
tree8638823519014dda85c6bcee7bf956c971df05df
parent86e709b342a0251259ad1935982ecbda454174eb (diff)
downloadpkgsrc-674ac7e614009cbc6bfac8ee2e10b6cac39cc933.tar.gz
having a build dependency on python but a full one on py-expat
is pointless
-rw-r--r--textproc/iso-codes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/iso-codes/Makefile b/textproc/iso-codes/Makefile
index e035a09b753..954784dc7f8 100644
--- a/textproc/iso-codes/Makefile
+++ b/textproc/iso-codes/Makefile
@@ -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 @@ PKGCONFIG_OVERRIDE= iso-codes.pc.in
REPLACE_PYTHON= *.py */*.py
-DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
+BUILD_DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
PYTHON_FOR_BUILD_ONLY= yes