diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-01 14:48:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-01 14:48:02 +0000 |
commit | 612c03ab6533bcf8f197d23f8fa511f82c4dafaa (patch) | |
tree | 7a4b0de3e4822aa358069ea2323b797bde932d44 /textproc | |
parent | 57ab5c286c30f161dac7fd882e8ab70bdd442a48 (diff) | |
download | pkgsrc-612c03ab6533bcf8f197d23f8fa511f82c4dafaa.tar.gz |
Fix weird CONFLICTS line.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/texi2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index fc79d392f2c..069049bfa50 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2016/07/09 06:39:08 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2016/12/01 14:48:02 wiz Exp $ DISTNAME= texi2html-5.0 PKGREVISION= 6 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl -CONFLICTS= teTeX-bin-1.*{,nb*} +CONFLICTS= teTeX-bin-1.* USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes |