diff options
Diffstat (limited to 'print/tex-cite/Makefile')
-rw-r--r-- | print/tex-cite/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/tex-cite/Makefile b/print/tex-cite/Makefile index 9cdfacf29a0..cd69305e117 100644 --- a/print/tex-cite/Makefile +++ b/print/tex-cite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/04/22 10:24:17 markd Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/06 16:49:32 wiz Exp $ DISTNAME= cite PKGNAME= tex-${DISTNAME}-5.5 @@ -7,7 +7,5 @@ TEXLIVE_REV= 36428 MAINTAINER= minskim@NetBSD.org COMMENT= Improved citation handling in LaTeX -CONFLICTS+= teTeX-texmf<=3.0nb20 - .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |