diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-15 21:09:55 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-15 21:09:55 +0000 |
commit | 03479498d8bedcb3cc14fea609ddf213a11aac52 (patch) | |
tree | 5cc095e03384c9ee802f39e4c25031af086f9608 /cad/pcb | |
parent | d068533ccf89de365ef074a46f2de8e92ef9435e (diff) | |
download | ports-03479498d8bedcb3cc14fea609ddf213a11aac52.tar.gz ports-03479498d8bedcb3cc14fea609ddf213a11aac52.zip |
Notes
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index cb3c8cb26cf2..58a8fb1a6f25 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX \ texinfo:${PORTSDIR}/print/texinfo \ - texti2html:${PORTSDIR}/textproc/texi2html + texi2html:${PORTSDIR}/textproc/texi2html USE_IMAKE= yes MAN1= pcb.1 |