diff options
author | pat <pat@FreeBSD.org> | 2002-03-16 05:09:55 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-16 05:09:55 +0800 |
commit | b5d64da3a980e7e9846e20d3d26f9e6d2a9d0998 (patch) | |
tree | 41b1c9bfc61de9edd467c177422016bd2c88ee72 /cad/pcb | |
parent | c5ff0f0260fa7914c067166c86293120dc3ec4ab (diff) | |
download | freebsd-ports-graphics-b5d64da3a980e7e9846e20d3d26f9e6d2a9d0998.tar.gz freebsd-ports-graphics-b5d64da3a980e7e9846e20d3d26f9e6d2a9d0998.tar.zst freebsd-ports-graphics-b5d64da3a980e7e9846e20d3d26f9e6d2a9d0998.zip |
Fix typo in depends
PR: 35928
Submitted by: Erik Änggård <erik.anggard@packetfront.com>
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 cb3c8cb26cf..58a8fb1a6f2 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 |