diff options
author | joerg <joerg@pkgsrc.org> | 2015-02-28 23:27:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-02-28 23:27:37 +0000 |
commit | 911c7f82f3543d1701d83b6ef9afb1c12428cbc3 (patch) | |
tree | 7a38395aa423a6cc8003883bc29522cc95336201 /ham | |
parent | bdc99f25739bef8d7baad7299ef0a18e2c1746af (diff) | |
download | pkgsrc-911c7f82f3543d1701d83b6ef9afb1c12428cbc3.tar.gz |
Provide help in finding rst2html.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/uhd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index 3927afa6b64..fead28580a6 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/01/31 00:58:06 mef Exp $ +# $NetBSD: Makefile,v 1.8 2015/02/28 23:27:37 joerg Exp $ DISTNAME= uhd-release_003_007_002 PKGNAME= uhd-3.7.2 @@ -13,6 +13,9 @@ COMMENT= USRP (Universal Software Radio Peripheral) Hardware Drivers LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah +BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils + +CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py USE_LANGUAGES= c c++ USE_TOOLS= cmake pkg-config |