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 | 9acf0f44db0df24b3919885b1adf4c67c2c1646b (patch) | |
tree | da03e98d05507012fbdc878aaef7b6e43330f63b /textproc/texi2html/Makefile | |
parent | 845b48b66a6f3adef00bf2cc4aadac1657f19cd1 (diff) | |
download | pkgsrc-9acf0f44db0df24b3919885b1adf4c67c2c1646b.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 'textproc/texi2html/Makefile')
-rw-r--r-- | textproc/texi2html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 069049bfa50..5b84da0dddd 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/12/01 14:48:02 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2017/09/06 16:49:48 wiz Exp $ DISTNAME= texi2html-5.0 PKGREVISION= 6 @@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2 DEPENDS+= p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl -CONFLICTS= teTeX-bin-1.* - USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |