summaryrefslogtreecommitdiff
path: root/ham/uhd/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ham/uhd/options.mk')
-rw-r--r--ham/uhd/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/uhd/options.mk b/ham/uhd/options.mk
index 6b1b95f9c12..7f3b2001bec 100644
--- a/ham/uhd/options.mk
+++ b/ham/uhd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2015/01/31 00:58:06 mef Exp $
+# $NetBSD: options.mk,v 1.3 2015/08/14 06:19:13 mef Exp $
### Set options
PKG_OPTIONS_VAR= PKG_OPTIONS.uhd
PKG_SUPPORTED_OPTIONS= doxygen manual
@@ -13,5 +13,5 @@ PLIST_SRC+= ${PKGDIR}/PLIST.doxygen
.if !empty(PKG_OPTIONS:Mmanual)
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-PLIST_SRC+= ${PKGDIR}/PLIST.manual
+#PLIST_SRC+= ${PKGDIR}/PLIST.manual
.endif