diff options
author | wiz <wiz> | 2010-01-27 08:46:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-01-27 08:46:23 +0000 |
commit | 4a79e3bde55afe2d9d3e7155ed36228d98a0117f (patch) | |
tree | 691441b1e392002e03cef0ae1e8cde0078c8c71f /textproc | |
parent | 583c164618f4a7a9e8d7c9af6467391091e99d3d (diff) | |
download | pkgsrc-4a79e3bde55afe2d9d3e7155ed36228d98a0117f.tar.gz |
DEPENDS should be right after MAINTAINER block, reorder.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iso-codes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iso-codes/Makefile b/textproc/iso-codes/Makefile index 1d0d4e26918..0f0c8575b56 100644 --- a/textproc/iso-codes/Makefile +++ b/textproc/iso-codes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2009/11/03 01:03:13 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2010/01/27 08:46:23 wiz Exp $ DISTNAME= iso-codes-3.11.1 CATEGORIES= textproc @@ -9,6 +9,8 @@ HOMEPAGE= http://alioth.debian.org/projects/pkg-isocodes/ COMMENT= List of country, language and currency names LICENSE= gnu-lgpl-v2.1 +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes @@ -20,8 +22,6 @@ PKGCONFIG_OVERRIDE= iso-codes.pc.in REPLACE_PYTHON= *.py */*.py -BUILD_DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat - PYTHON_FOR_BUILD_ONLY= yes INSTALLATION_DIRS= share/doc/iso-codes |