diff options
author | mef <mef@pkgsrc.org> | 2016-11-24 14:11:31 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-11-24 14:11:31 +0000 |
commit | d36444a3d2aa8e4077b4983e037adbe15b482349 (patch) | |
tree | 4c2a2e9a79050f6c356d2e4f6e00ad20dc078a07 /ham/uhd | |
parent | d4a9d62a627b116921bfbe63f0260be2b676a9e2 (diff) | |
download | pkgsrc-d36444a3d2aa8e4077b4983e037adbe15b482349.tar.gz |
Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+)
Diffstat (limited to 'ham/uhd')
-rw-r--r-- | ham/uhd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index d80ecbba589..0fdb64f68c4 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/11/24 13:43:36 mef Exp $ +# $NetBSD: Makefile,v 1.22 2016/11/24 14:11:31 mef Exp $ DISTNAME= uhd-3.9.4 PKGREVISION= 3 @@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako +BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py CMAKE_ARGS+= -Wno-dev |