diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-06 16:49:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-06 16:49:21 +0000 |
commit | 9acf0f44db0df24b3919885b1adf4c67c2c1646b (patch) | |
tree | da03e98d05507012fbdc878aaef7b6e43330f63b /fonts/tex-esint | |
parent | 845b48b66a6f3adef00bf2cc4aadac1657f19cd1 (diff) | |
download | pkgsrc-9acf0f44db0df24b3919885b1adf4c67c2c1646b.tar.gz |
Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
Diffstat (limited to 'fonts/tex-esint')
-rw-r--r-- | fonts/tex-esint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/tex-esint/Makefile b/fonts/tex-esint/Makefile index d268ed5f505..ca63d03990d 100644 --- a/fonts/tex-esint/Makefile +++ b/fonts/tex-esint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/01/30 04:56:41 markd Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:23 wiz Exp $ DISTNAME= esint PKGNAME= tex-${DISTNAME}-1.1 @@ -8,7 +8,6 @@ MAINTAINER= minskim@NetBSD.org COMMENT= Extended set of integrals for Computer Modern LICENSE= public-domain -CONFLICTS= teTeX-texmf<=3.0nb29 DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin .include "../../print/texlive/package.mk" |