diff options
author | joerg <joerg> | 2015-02-28 23:27:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-02-28 23:27:37 +0000 |
commit | 83729e85c6fda41cc7e05a62bf1b9e435a6bd9b7 (patch) | |
tree | 7a38395aa423a6cc8003883bc29522cc95336201 /ham/uhd | |
parent | 4cdc82c204dd28c5ef81ec855f11ef78acc943bc (diff) | |
download | pkgsrc-83729e85c6fda41cc7e05a62bf1b9e435a6bd9b7.tar.gz |
Provide help in finding rst2html.
Diffstat (limited to 'ham/uhd')
-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 |