diff options
author | minskim <minskim@pkgsrc.org> | 2012-03-07 04:03:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-03-07 04:03:13 +0000 |
commit | 8ee9dc576f4db0962f413ae6ec384479d46f12ba (patch) | |
tree | fff8879ea90adb0653f8946f3b44c172bd30a1bf /print/tex-hyphenat | |
parent | 257be2f755e329c76b8a8bb0a54f31cd7c72fe0f (diff) | |
download | pkgsrc-8ee9dc576f4db0962f413ae6ec384479d46f12ba.tar.gz |
Fix a typo.
Diffstat (limited to 'print/tex-hyphenat')
-rw-r--r-- | print/tex-hyphenat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-hyphenat/Makefile b/print/tex-hyphenat/Makefile index cae9c64d956..4668f4ae0c8 100644 --- a/print/tex-hyphenat/Makefile +++ b/print/tex-hyphenat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/02/07 00:42:11 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2012/03/07 04:03:13 minskim Exp $ DISTNAME= hyphenat PKGNAME= tex-${DISTNAME}-2.3c @@ -7,7 +7,7 @@ TEXLIVE_REV= 15878 MAINTAINER= minskim@NetBSD.org COMMENT= Disable/enable hypenation in LaTeX -CONFLICT= teTeX-texmf<=3.0nb29 +CONFLICTS= teTeX-texmf<=3.0nb29 DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin .include "../../print/texlive/package.mk" |