diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-27 14:25:50 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-27 14:25:50 +0000 |
commit | a60906b2cc74c680f3d0c7ead3cf7b96ea72a80e (patch) | |
tree | 290a6808fafd7bd84680dd8ac39940e032b91976 /cad/pcb | |
parent | f25c5a81cd8ff99088df84ae4b3a71338ee3a0ee (diff) | |
download | ports-a60906b2cc74c680f3d0c7ead3cf7b96ea72a80e.tar.gz ports-a60906b2cc74c680f3d0c7ead3cf7b96ea72a80e.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 92621bba5e05..cb3c8cb26cf2 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}/print/texi2html + texti2html:${PORTSDIR}/textproc/texi2html USE_IMAKE= yes MAN1= pcb.1 |