print/texlive-base: Add missing dependency
cairo is a direct dependency. PR: 256701 Reported by: dougs@dawnsign.com Approved by: tex@freebsd.org (hrs@)
This commit is contained in:
parent
da75672c1f
commit
a5c804af55
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= texlive
|
||||
PORTVERSION= 20150521
|
||||
PORTREVISION= 67
|
||||
PORTREVISION= 68
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
|
||||
PKGNAMESUFFIX= -base
|
||||
|
@ -26,9 +26,10 @@ RUN_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \
|
|||
p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny \
|
||||
psbook:print/psutils
|
||||
|
||||
USES= compiler:c++11-lib ghostscript localbase pkgconfig perl5 \
|
||||
USES= compiler:c++11-lib ghostscript gnome localbase pkgconfig perl5 \
|
||||
python:run shebangfix tar:xz
|
||||
USE_CXXSTD= gnu++11
|
||||
USE_GNOME= cairo
|
||||
USE_PERL5= run
|
||||
USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap
|
||||
SHEBANG_FILES= texk/texlive/linked_scripts/accfonts/mkt1font \
|
||||
|
|
Loading…
Reference in a new issue