From b4453d9b7c80171200a816166034a126b0118a22 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 26 Jul 2010 17:11:04 +0200 Subject: [PATCH] tetex: fixed to avoid shared files with texi2html by disabling the built-in texi2html if the texi2html is already installed --- textproc/tetex/tetex.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/tetex/tetex.conf b/textproc/tetex/tetex.conf index 03025f98d..6675e5d2b 100644 --- a/textproc/tetex/tetex.conf +++ b/textproc/tetex/tetex.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../tetex/tetex.conf +# Copyright (C) 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -37,3 +38,6 @@ var_append confopt ' ' "--disable-multiplatform" # --disable-dialog # --with-uniterm ???include Uniterm window support +if pkginstalled texi2html; then + var_append extraconfopt ' ' "--without-texi2html" +fi