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 | c94e755bbf21f503014d4217ef304d08cb7ce546 (patch) | |
tree | 91361cf542b74516649c1d8f912f881efcdb9c49 /print/tex-multirow-doc/Makefile | |
parent | 1e2eb604d451bb7cd2c3db8b39afec40113c6c62 (diff) | |
download | pkgsrc-c94e755bbf21f503014d4217ef304d08cb7ce546.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 'print/tex-multirow-doc/Makefile')
-rw-r--r-- | print/tex-multirow-doc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/tex-multirow-doc/Makefile b/print/tex-multirow-doc/Makefile index 9331e399da7..750178449e1 100644 --- a/print/tex-multirow-doc/Makefile +++ b/print/tex-multirow-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/06/21 10:14:20 markd Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/06 16:49:41 wiz Exp $ DISTNAME= multirow.doc PKGNAME= tex-${DISTNAME:S/./-/}-2.2 @@ -9,7 +9,5 @@ HOMEPAGE= http://ctan.org/pkg/multirow COMMENT= Documentation for tex-multirow LICENSE= lppl-1.3c -CONFLICTS+= teTeX-texmf<=3.0nb16 - .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |