summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-05-10 08:54:49 +0000
committerjperkin <jperkin@pkgsrc.org>2016-05-10 08:54:49 +0000
commit3931e940f2a408524dd861f10d3db3c445ae1b03 (patch)
treea8186d3ac8bc00356b829948365bc0d10f56452a /mk
parent768f21ad026a77cefe7c5ad59da1ab4af54bb7e8 (diff)
downloadpkgsrc-3931e940f2a408524dd861f10d3db3c445ae1b03.tar.gz
Stop using the native texi2html on SunOS. It's not fully compatible
with what packages such as multimedia/ffmpeg2 expect, and as so few packages have texi2html in USE_TOOLS it may be causing more problems that it is worth to save a few dependencies. PR#51113.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/tools.SunOS.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk
index 000880cd318..079ea307b51 100644
--- a/mk/tools/tools.SunOS.mk
+++ b/mk/tools/tools.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.49 2015/09/25 01:57:56 richard Exp $
+# $NetBSD: tools.SunOS.mk,v 1.50 2016/05/10 08:54:49 jperkin Exp $
#
# System-supplied tools for the Solaris operating system.
#
@@ -203,11 +203,6 @@ TOOLS_PLATFORM.tbl?= /usr/bin/tbl
.endif
TOOLS_PLATFORM.tee?= /usr/bin/tee
TOOLS_PLATFORM.test?= test # shell builtin
-.if exists(/usr/bin/texi2html)
-TOOLS_PLATFORM.texi2html?= /usr/bin/texi2html
-.elif exists(/usr/sfw/bin/texi2html)
-TOOLS_PLATFORM.texi2html?= /usr/sfw/bin/texi2html
-.endif
TOOLS_PLATFORM.touch?= /usr/bin/touch
TOOLS_PLATFORM.tr?= /usr/xpg4/bin/tr
TOOLS_PLATFORM.true?= true # shell builtin