summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
Diffstat (limited to 'ham')
-rw-r--r--ham/uhd/Makefile5
-rw-r--r--ham/uhd/options.mk3
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile
index cb9d798f100..3afee1b9372 100644
--- a/ham/uhd/Makefile
+++ b/ham/uhd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2019/02/27 00:35:25 gdt Exp $
+# $NetBSD: Makefile,v 1.43 2019/03/15 00:49:01 mef Exp $
# 3.13.0.1 is missing *_firmware_burner, and it's not clear that is correct.
DISTNAME= uhd-3.11.1.0
@@ -13,7 +13,8 @@ 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.12:../../textproc/py-docutils
+# moved to options.mk
+#UILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-cheetah
diff --git a/ham/uhd/options.mk b/ham/uhd/options.mk
index 3e7df5335bd..6acc82c9de5 100644
--- a/ham/uhd/options.mk
+++ b/ham/uhd/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.7 2019/03/14 21:17:51 mef Exp $
+# $NetBSD: options.mk,v 1.8 2019/03/15 00:49:01 mef Exp $
### Set options
PKG_OPTIONS_VAR= PKG_OPTIONS.uhd
PKG_SUPPORTED_OPTIONS= doxygen manual
-PKG_SUGGESTED_OPTIONS= doxygen manual
.include "../../mk/bsd.options.mk"