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 | 2c65c241146ca55a7a9e0e32736f225151abaea3 (patch) | |
tree | fff8879ea90adb0653f8946f3b44c172bd30a1bf /print | |
parent | 73956a87efa865133863d9c518929fb68084bfd8 (diff) | |
download | pkgsrc-2c65c241146ca55a7a9e0e32736f225151abaea3.tar.gz |
Fix a typo.
Diffstat (limited to 'print')
-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" |