diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-12-27 22:25:50 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-12-27 22:25:50 +0800 |
commit | 553dad45cdb428599916af331c15df22ca2669d6 (patch) | |
tree | 465e153056d19535ffd0471ea51d241e0d26ed2d /cad | |
parent | 06f43ab96d40312c4c09d6fda2063adb5ad408e0 (diff) | |
download | freebsd-ports-gnome-553dad45cdb428599916af331c15df22ca2669d6.tar.gz freebsd-ports-gnome-553dad45cdb428599916af331c15df22ca2669d6.tar.zst freebsd-ports-gnome-553dad45cdb428599916af331c15df22ca2669d6.zip |
Fix texti2html's path.
Diffstat (limited to 'cad')
-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 |