diff options
author | tobik <tobik@FreeBSD.org> | 2018-03-14 19:38:36 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-03-14 19:38:36 +0800 |
commit | b92f4fc539895b13e79d3b8ca82cd438d0b7a9a3 (patch) | |
tree | f36f6ad2a03b3ed7655cd590819bedb3c0e9a513 /print | |
parent | de0d4f03e871c5cbfc3b0142f7b8ba427945056c (diff) | |
download | freebsd-ports-gnome-b92f4fc539895b13e79d3b8ca82cd438d0b7a9a3.tar.gz freebsd-ports-gnome-b92f4fc539895b13e79d3b8ca82cd438d0b7a9a3.tar.zst freebsd-ports-gnome-b92f4fc539895b13e79d3b8ca82cd438d0b7a9a3.zip |
print/latex-biber: Add missing net/p5-URI dependency
PR: 208277
Submitted by: Tobias Brodel <brittlehaus@gmail.com>
Approved by: hrs (maintainer timeout, 2 years)
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> |