diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-18 23:29:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-18 23:29:13 +0000 |
commit | 02c01ad2fca4ab8dd36b0a474c43325e319dbf90 (patch) | |
tree | 9213b1937426cdd0281b5cfd8707d5115df9d0ac /cad | |
parent | 4d3d1ac331176e15a56141b7768e34114bc0cdf6 (diff) | |
download | ports-02c01ad2fca4ab8dd36b0a474c43325e319dbf90.tar.gz ports-02c01ad2fca4ab8dd36b0a474c43325e319dbf90.zip |
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.
Notes
Notes:
svn path=/head/; revision=66643
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |