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-germbib/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-germbib/Makefile')
-rw-r--r-- | print/tex-germbib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/tex-germbib/Makefile b/print/tex-germbib/Makefile index f13b0b3d02a..5d8f23b30f7 100644 --- a/print/tex-germbib/Makefile +++ b/print/tex-germbib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/03 10:27:20 markd Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/06 16:49:35 wiz Exp $ DISTNAME= germbib PKGNAME= tex-${DISTNAME}-2014 @@ -6,9 +6,7 @@ TEXLIVE_REV= 15878 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= German variants of standard BibTeX styles -# LICENSE= other-free - -CONFLICTS+= teTeX-texmf<=3.0nb47 +#LICENSE= other-free .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |