summaryrefslogtreecommitdiffstats
path: root/cad/pcb
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-09-18 23:29:13 +0000
committerkris <kris@FreeBSD.org>2002-09-18 23:29:13 +0000
commit05e2aaa710fc76c00c5c7b2c8f69b3af315c1b50 (patch)
treeb40f90a285f2a54fa15ffac36d3c3bfe2ca34d56 /cad/pcb
parentf942229e2dfe572c66ed5ac372c62b0e764dd9c2 (diff)
downloadFreeBSD-ports-05e2aaa710fc76c00c5c7b2c8f69b3af315c1b50.zip
FreeBSD-ports-05e2aaa710fc76c00c5c7b2c8f69b3af315c1b50.tar.gz
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.
Diffstat (limited to 'cad/pcb')
-rw-r--r--cad/pcb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index c1c9c00..c0cbb97 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
OpenPOWER on IntegriCloud