diff options
author | drochner <drochner@pkgsrc.org> | 2009-04-07 10:30:20 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-04-07 10:30:20 +0000 |
commit | 61faad09058eca41f0dc9c3b96f1ff67bb8a80bc (patch) | |
tree | 8638823519014dda85c6bcee7bf956c971df05df /textproc/iso-codes | |
parent | 81862020e28e3e6d9181542120f55eea67eae98b (diff) | |
download | pkgsrc-61faad09058eca41f0dc9c3b96f1ff67bb8a80bc.tar.gz |
having a build dependency on python but a full one on py-expat
is pointless
Diffstat (limited to 'textproc/iso-codes')
-rw-r--r-- | textproc/iso-codes/Makefile | 4 |
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 |