diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-07-03 09:18:00 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-07-03 09:20:13 +0000 |
commit | a5c804af55aed04219f81b5c5a6f6ae3de753d90 (patch) | |
tree | feb7eb91f72100b68b870d07eb8785977578a470 | |
parent | da75672c1fa6ed42eb2413b52aa7bcb0b1117ed3 (diff) | |
download | ports-a5c804af55aed04219f81b5c5a6f6ae3de753d90.tar.gz ports-a5c804af55aed04219f81b5c5a6f6ae3de753d90.zip |
print/texlive-base: Add missing dependency
cairo is a direct dependency.
PR: 256701
Reported by: dougs@dawnsign.com
Approved by: tex@freebsd.org (hrs@)
-rw-r--r-- | print/texlive-base/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 10b4b3ae40d9..979ee74ab100 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -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 \ |