diff options
author | wiz <wiz> | 2010-01-27 08:46:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-01-27 08:46:23 +0000 |
commit | 1bc33766d1e7eab77fa47da813a3e3076c47e30e (patch) | |
tree | 691441b1e392002e03cef0ae1e8cde0078c8c71f /textproc/iso-codes | |
parent | 5df0658a101cb072966e4f09b908e92882eb3165 (diff) | |
download | pkgsrc-1bc33766d1e7eab77fa47da813a3e3076c47e30e.tar.gz |
DEPENDS should be right after MAINTAINER block, reorder.
Diffstat (limited to 'textproc/iso-codes')
-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 |