diff options
author | prlw1 <prlw1@pkgsrc.org> | 2012-10-30 16:55:08 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2012-10-30 16:55:08 +0000 |
commit | f25738457597dd345cddf3e042a4e115a366dac9 (patch) | |
tree | 55e42b9372dd995a757b4a4a372e14d6a18e66ab | |
parent | fe0d3f56e2764bc36bf4d9ab07592c486e677cc2 (diff) | |
download | pkgsrc-f25738457597dd345cddf3e042a4e115a366dac9.tar.gz |
Documentation suitable for yelp requires itstool to build.
-rw-r--r-- | devel/accerciser3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/accerciser3/Makefile b/devel/accerciser3/Makefile index 53a1314e90c..29ba65c56f9 100644 --- a/devel/accerciser3/Makefile +++ b/devel/accerciser3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/10/26 10:56:58 prlw1 Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/30 16:55:08 prlw1 Exp $ # DISTNAME= accerciser-3.6.0 @@ -18,6 +18,8 @@ PY_PATCHPLIST= yes REPLACE_PYTHON= plugins/ipython_view.py REPLACE_PYTHON+= src/accerciser.in +BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + # correct dependency: DEPENDS+= ${PYPKGPREFIX}-at-spi2-[0-9]*:../../devel/py-at-spi2 DEPENDS+= libwnck3-[0-9]*:../../devel/libwnck3 |