pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/asciidoc options.mk was left aside the previo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d91babe9f7a5
branches:  trunk
changeset: 579067:d91babe9f7a5
user:      gls <gls%pkgsrc.org@localhost>
date:      Wed Aug 25 02:17:27 2010 +0000

description:
options.mk was left aside the previous commit

diffstat:

 textproc/asciidoc/options.mk |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 4c0ceb447099 -r d91babe9f7a5 textproc/asciidoc/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/asciidoc/options.mk      Wed Aug 25 02:17:27 2010 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2010/08/25 02:17:27 gls Exp $
+
+PKG_OPTIONS_VAR=               PKG_OPTIONS.asciidoc
+PKG_SUPPORTED_OPTIONS= pdf epub
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mpdf)
+DEPENDS+=      dblatex-[0-9]*:../../textproc/dblatex
+.endif
+.if !empty(PKG_OPTIONS:Mepub)
+DEPENDS+=      libxml2-[0-9]*:../../textproc/libxml2
+DEPENDS+=      libxslt-[0-9]*:../../textproc/libxslt
+.endif



Home | Main Index | Thread Index | Old Index