diff options
author | joerg <joerg@pkgsrc.org> | 2010-04-07 18:19:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-04-07 18:19:42 +0000 |
commit | 4fa3d9df9302283f32d5c4787a2a3ffc03529ec4 (patch) | |
tree | 3d1dc3c7ffd2e18bccea7b7f808fa62842edf265 /textproc | |
parent | b57a837f907b0a15cac8cc94311ae5c8bf1ba6e7 (diff) | |
download | pkgsrc-4fa3d9df9302283f32d5c4787a2a3ffc03529ec4.tar.gz |
Needs py-expat for build
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-4Suite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-4Suite/Makefile b/textproc/py-4Suite/Makefile index 810996dd4b0..f58571a8f68 100644 --- a/textproc/py-4Suite/Makefile +++ b/textproc/py-4Suite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 22:31:04 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2010/04/07 18:19:42 joerg Exp $ # VER= 1.0.2 @@ -14,6 +14,8 @@ LICENSE= apache-1.1 PKG_DESTDIR_SUPPORT= user-destdir +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat + PYDISTUTILSPKG= yes SUBST_CLASSES+= python |