From 02c01ad2fca4ab8dd36b0a474c43325e319dbf90 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 18 Sep 2002 23:29:13 +0000 Subject: Remove dependency on texi2html port; a different version of texi2html is included in the teTeX port, which is already a dependency. Thus, during a port build the teTeX port will be installed first, which automatically satisfies the dependency check for texi2html, so the latter port is never installed; however during a package build the full set of packages are added, so we end up with the texi2html binary from the texi2html port overwriting that from teTeX, which is incompatible and causes the build to fail. --- cad/pcb/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cad') diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index c1c9c009835c..c0cbb97846f5 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -15,8 +15,7 @@ MASTER_SITES= ftp://ftp.riken.go.jp/pub/Linux/plamo/Plamo-1.4.x/contrib/Electron MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - latex:${PORTSDIR}/print/teTeX \ - texi2html:${PORTSDIR}/textproc/texi2html + latex:${PORTSDIR}/print/teTeX USE_IMAKE= yes MAN1= pcb.1 -- cgit v1.2.3