From 7863ca13dc3e12734f97d7e9b713bb4902623292 Mon Sep 17 00:00:00 2001 From: mef Date: Fri, 15 Mar 2019 00:49:01 +0000 Subject: (ham/uhd) textproc/py-docutils is necessary only on options.mk --- ham/uhd/Makefile | 5 +++-- ham/uhd/options.mk | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ham') 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" -- cgit v1.2.3