diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2014-08-23 17:58:43 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-08-23 17:58:43 +0000 |
commit | f599a5e158ae39c70a657ad54e8646d17545b138 (patch) | |
tree | d492ecf23d73d82b89c96a0d2c4927ea535b2eee /print/texlive-base/Makefile | |
parent | Stagify. (diff) |
- Add capability to specify package dependency in USE_TEX.
- Make print/texlive-full always depend on the latest packages; currently
texmf>=20140525_2 and base>=20140525_1.
Notes
Notes:
svn path=/head/; revision=365763
Diffstat (limited to 'print/texlive-base/Makefile')
-rw-r--r-- | print/texlive-base/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 0cf2a9ea8949..218818753d84 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= texlive PORTVERSION= 20140525 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMESUFFIX= -base @@ -24,6 +25,9 @@ LIB_DEPENDS= libicuio.so:${PORTSDIR}/devel/icu \ libpoppler.so:${PORTSDIR}/graphics/poppler # XXX # libpotrace.so:${PORTSDIR}/graphics/potrace + +CONFLICTS_INSTALL= texlive-texmf-201[23]* + USE_TEX= web2c kpathsea ptexenc texhash-bootstrap USES= gmake pkgconfig perl5 shebangfix tar:xz USE_AUTOTOOLS= autoconf |