diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-10-05 12:38:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-10-05 12:38:08 +0000 |
commit | d1625277353fbf21aee3037724fa2b35019417dd (patch) | |
tree | 5fed303566565a30d2553eaf68692ec5474b6e7b /print | |
parent | 6ceacf7d89066efcc7912540d4b427ffb51271ce (diff) | |
download | ports-d1625277353fbf21aee3037724fa2b35019417dd.tar.gz ports-d1625277353fbf21aee3037724fa2b35019417dd.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-infra/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/texlive-infra/Makefile b/print/texlive-infra/Makefile index 8ad716dd4996..deecf0742b11 100644 --- a/print/texlive-infra/Makefile +++ b/print/texlive-infra/Makefile @@ -2,6 +2,7 @@ PORTNAME= texlive PORTVERSION= 27610 +PORTREVISION= 1 CATEGORIES= print perl5 MASTER_SITES= ftp://tug.org/tex-archive/systems/texlive/tlnet/archive/ PKGNAMESUFFIX= -infra @@ -11,6 +12,8 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Basic TeXLive infrastructure +USES= perl5 +USE_PERL5= run USE_XZ= yes USE_TEX= texlive texmf NO_BUILD= yes |