pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/uhd (ham/uhd) textproc/py-docutils is necessary on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8331c943a32d
branches:  trunk
changeset: 331235:8331c943a32d
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Mar 15 00:49:01 2019 +0000

description:
(ham/uhd) textproc/py-docutils is necessary only on options.mk

diffstat:

 ham/uhd/Makefile   |  5 +++--
 ham/uhd/options.mk |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 0fbe1fd132ec -r 8331c943a32d ham/uhd/Makefile
--- a/ham/uhd/Makefile  Thu Mar 14 23:26:57 2019 +0000
+++ b/ham/uhd/Makefile  Fri Mar 15 00:49:01 2019 +0000
@@ -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 @@
 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 -r 0fbe1fd132ec -r 8331c943a32d ham/uhd/options.mk
--- a/ham/uhd/options.mk        Thu Mar 14 23:26:57 2019 +0000
+++ b/ham/uhd/options.mk        Fri Mar 15 00:49:01 2019 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index