diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-23 07:58:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-23 07:58:45 +0000 |
commit | 26187b235a8d2eb95ab00cadddfcb689ce0eb72d (patch) | |
tree | 7f4ab3ef6673b943f452c77002ab73db83326417 | |
parent | 61af595a2fed88e277857007bd65c7925fe198ee (diff) | |
download | pkgsrc-26187b235a8d2eb95ab00cadddfcb689ce0eb72d.tar.gz |
Add itstool as build dependency.
-rw-r--r-- | print/evince3/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/evince3/Makefile.common b/print/evince3/Makefile.common index 874d3c12c3e..5b4d678cb26 100644 --- a/print/evince3/Makefile.common +++ b/print/evince3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2012/10/19 18:39:05 drochner Exp $ +# $NetBSD: Makefile.common,v 1.5 2012/10/23 07:58:45 wiz Exp $ # # used by print/evince3/Makefile # would probably be used by print/evince3-nautilus/Makefile if that existed @@ -22,6 +22,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LANGUAGES= c c++ BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen +BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool # XXX fake for "configure" to allow build w/o a gs installed # (avoid hard dependency on a specific version) |