summaryrefslogtreecommitdiff
path: root/shells/fish/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shells/fish/options.mk')
-rw-r--r--shells/fish/options.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/shells/fish/options.mk b/shells/fish/options.mk
deleted file mode 100644
index b6cadf01fbe..00000000000
--- a/shells/fish/options.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2019/11/09 12:02:29 nia Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.fish
-PKG_SUPPORTED_OPTIONS= doc
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+= doc
-.if !empty(PKG_OPTIONS:Mdoc)
-BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
-PLIST.doc= yes
-.else
-CONFIGURE_ARGS+= --with-doxygen=no
-.endif