diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/latex-biber/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/latex-biber/Makefile b/print/latex-biber/Makefile index e98078e52b88..320429cc4c84 100644 --- a/print/latex-biber/Makefile +++ b/print/latex-biber/Makefile @@ -3,7 +3,7 @@ PORTNAME= biber PORTVERSION= 2.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print perl5 PKGNAMEPREFIX= latex- DIST_SUBDIR= TeX @@ -37,6 +37,7 @@ __DEPENDS= \ p5-Regexp-Common>0:textproc/p5-Regexp-Common \ p5-Text-BibTeX>0:textproc/p5-Text-BibTeX \ p5-Text-Roman>0:textproc/p5-Text-Roman \ + p5-URI>0:net/p5-URI \ p5-Unicode-Collate>0:textproc/p5-Unicode-Collate \ p5-Unicode-LineBreak>0:textproc/p5-Unicode-LineBreak \ p5-XML-LibXML-Simple>0:textproc/p5-XML-LibXML-Simple \ @@ -52,4 +53,6 @@ USE_TEX= texmf USE_GITHUB= yes GH_ACCOUNT= plk +NO_ARCH= yes + .include <bsd.port.mk> |