diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-02-09 09:12:48 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-02-09 09:12:48 +0000 |
commit | 028c7077bae2ea5d5b42ba67411a80c00d629fff (patch) | |
tree | c4bc97969afa7cc34b3f9cac4821001e3d6718f1 /print | |
parent | 8d073d8eb7bed72d9e182e19a5d7ab36564d3f89 (diff) | |
download | ports-028c7077bae2ea5d5b42ba67411a80c00d629fff.tar.gz ports-028c7077bae2ea5d5b42ba67411a80c00d629fff.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-xetex/Makefile | 5 | ||||
-rw-r--r-- | print/texlive-base/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index 0bb98cc93e80..1b6cbe7f509b 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99992 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- @@ -24,7 +24,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpoppler.so:graphics/poppler \ libTECkit.so:textproc/teckit -USES= pkgconfig tar:xz +USES= compiler:c++11-lib pkgconfig tar:xz +USE_CXXSTD= gnu++11 USE_TEX= kpathsea web2c texmf formats fmtutil dvipdfmx USE_XORG= pixman USE_GNOME= cairo diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index a1e2695dfd91..b8e5d005d12a 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base @@ -31,6 +31,7 @@ CONFLICTS_INSTALL= texlive-texmf-201[234]* USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap USES= compiler:c++11-lib ghostscript pkgconfig perl5 \ python:run shebangfix tar:xz +USE_CXXSTD= gnu++11 USE_PERL5= run # during build phase gnu configure is run a lot MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE} |