diff options
author | tron <tron@pkgsrc.org> | 2016-08-13 23:18:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2016-08-13 23:18:56 +0000 |
commit | 807a7dded82207673a25750e519f4fe906975be5 (patch) | |
tree | e4306ae7ea5a07fdfc1a46f6e394e819f5a742aa /math | |
parent | fc0e116d2a85031b396d8ce2ac353349b5d54000 (diff) | |
download | pkgsrc-807a7dded82207673a25750e519f4fe906975be5.tar.gz |
Add missing "tex-*" packages required to build the documentation
Diffstat (limited to 'math')
-rw-r--r-- | math/pari23/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pari23/options.mk b/math/pari23/options.mk index 9169c069528..bd986417f94 100644 --- a/math/pari23/options.mk +++ b/math/pari23/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2016/03/03 13:23:22 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2016/08/13 23:18:56 tron Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pari PKG_SUPPORTED_OPTIONS= doc gmp x11 @@ -11,6 +11,8 @@ PKG_SUGGESTED_OPTIONS= doc gmp PLIST_VARS+= doc .if !empty(PKG_OPTIONS:Mdoc) BUILD_DEPENDS+= tex-amsfonts>=3.0:../../fonts/tex-amsfonts +BUILD_DEPENDS+= tex-hyphen-german-*:../../print/tex-hyphen-german +BUILD_DEPENDS+= tex-hyphen-russian-*:../../print/tex-hyphen-russian BUILD_DEPENDS+= tex-pdftex>=1.40.11:../../print/tex-pdftex PLIST.doc= yes BUILD_TARGET+= doc |