summaryrefslogtreecommitdiff
path: root/textproc/asciidoc/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/asciidoc/options.mk')
-rw-r--r--textproc/asciidoc/options.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/asciidoc/options.mk b/textproc/asciidoc/options.mk
index 4c5f0b50966..c08a1b6281f 100644
--- a/textproc/asciidoc/options.mk
+++ b/textproc/asciidoc/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2010/08/25 02:17:27 gls Exp $
+# $NetBSD: options.mk,v 1.2 2012/02/13 22:38:06 gls Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.asciidoc
-PKG_SUPPORTED_OPTIONS= pdf epub
+PKG_SUPPORTED_OPTIONS= pdf epub highlight
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
@@ -13,3 +13,6 @@ DEPENDS+= dblatex-[0-9]*:../../textproc/dblatex
DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2
DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
.endif
+.if !empty(PKG_OPTIONS:Mhighlight)
+DEPENDS+= source-highlight-[0-9]*:../../textproc/source-highlight
+.endif