Sat Aug 13 23:18:56 2016 UTC ()
Add missing "tex-*" packages required to build the documentation


(tron)
diff -r1.1 -r1.2 pkgsrc/math/pari23/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/math/pari23/options.mk (expand / switch to unified diff)

--- pkgsrc/math/pari23/options.mk 2016/03/03 13:23:22 1.1
+++ pkgsrc/math/pari23/options.mk 2016/08/13 23:18:56 1.2
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1# $NetBSD: options.mk,v 1.1 2016/03/03 13:23:22 wiz Exp $ 1# $NetBSD: options.mk,v 1.2 2016/08/13 23:18:56 tron Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.pari 3PKG_OPTIONS_VAR= PKG_OPTIONS.pari
4PKG_SUPPORTED_OPTIONS= doc gmp x11 4PKG_SUPPORTED_OPTIONS= doc gmp x11
5# x11 is not suggested because it's not reasonable to include a GUI in 5# x11 is not suggested because it's not reasonable to include a GUI in
6# a foundation library. 6# a foundation library.
7PKG_SUGGESTED_OPTIONS= doc gmp 7PKG_SUGGESTED_OPTIONS= doc gmp
8 8
9.include "../../mk/bsd.options.mk" 9.include "../../mk/bsd.options.mk"
10 10
11PLIST_VARS+= doc 11PLIST_VARS+= doc
12.if !empty(PKG_OPTIONS:Mdoc) 12.if !empty(PKG_OPTIONS:Mdoc)
13BUILD_DEPENDS+= tex-amsfonts>=3.0:../../fonts/tex-amsfonts 13BUILD_DEPENDS+= tex-amsfonts>=3.0:../../fonts/tex-amsfonts
 14BUILD_DEPENDS+= tex-hyphen-german-*:../../print/tex-hyphen-german
 15BUILD_DEPENDS+= tex-hyphen-russian-*:../../print/tex-hyphen-russian
14BUILD_DEPENDS+= tex-pdftex>=1.40.11:../../print/tex-pdftex 16BUILD_DEPENDS+= tex-pdftex>=1.40.11:../../print/tex-pdftex
15PLIST.doc= yes 17PLIST.doc= yes
16BUILD_TARGET+= doc 18BUILD_TARGET+= doc
17INSTALL_TARGET+= install-doc 19INSTALL_TARGET+= install-doc
18MAKE_ENV+= PDFTEX=${LOCALBASE}/bin/pdftex 20MAKE_ENV+= PDFTEX=${LOCALBASE}/bin/pdftex
19.endif 21.endif
20 22
21PLIST_VARS+= nogmp gmp 23PLIST_VARS+= nogmp gmp
22.if !empty(PKG_OPTIONS:Mgmp) 24.if !empty(PKG_OPTIONS:Mgmp)
23PLIST.gmp= yes 25PLIST.gmp= yes
24CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmp} 26CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmp}
25.include "../../devel/gmp/buildlink3.mk" 27.include "../../devel/gmp/buildlink3.mk"
26.else 28.else