git: a5c804af55ae - main - print/texlive-base: Add missing dependency
Fernando Apesteguía
fernape at FreeBSD.org
Sat Jul 3 09:24:54 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a5c804af55aed04219f81b5c5a6f6ae3de753d90
commit a5c804af55aed04219f81b5c5a6f6ae3de753d90
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-07-03 09:18:00 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-07-03 09:20:13 +0000
print/texlive-base: Add missing dependency
cairo is a direct dependency.
PR: 256701
Reported by: dougs at dawnsign.com
Approved by: tex at freebsd.org (hrs@)
---
print/texlive-base/Makefile | 5 +++--
1 file 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 \
More information about the dev-commits-ports-all
mailing list