diff options
author | hrs <hrs@FreeBSD.org> | 2015-07-24 17:35:07 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-07-24 17:35:07 +0800 |
commit | 7b7932971a614d17d48f16c657804822db6fa497 (patch) | |
tree | c7eb0c92a732433d762c6735ce724dd6776a726d /print | |
parent | c01ae12b1aa04f74416f12ea2d406f7fc1001934 (diff) | |
download | freebsd-ports-gnome-7b7932971a614d17d48f16c657804822db6fa497.tar.gz freebsd-ports-gnome-7b7932971a614d17d48f16c657804822db6fa497.tar.zst freebsd-ports-gnome-7b7932971a614d17d48f16c657804822db6fa497.zip |
Add CONFLICTS with texlive-infra-[0-9]*.
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-tlmgr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/texlive-tlmgr/Makefile b/print/texlive-tlmgr/Makefile index 00a684a99b91..a4186dc5d0b9 100644 --- a/print/texlive-tlmgr/Makefile +++ b/print/texlive-tlmgr/Makefile @@ -2,6 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150523 +PORTREVISION= 1 CATEGORIES= print perl5 MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMESUFFIX= -tlmgr @@ -11,6 +12,8 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= TeXLive manager modules +CONFLICTS= texlive-infra-[0-9]* + USES= perl5 tar:xz USE_PERL5= run USE_TEX= yes |