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 |
Notes
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 |