diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-12-27 14:25:50 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-12-27 14:25:50 +0000 |
commit | 553dad45cdb428599916af331c15df22ca2669d6 (patch) | |
tree | 465e153056d19535ffd0471ea51d241e0d26ed2d /cad/pcb | |
parent | 06f43ab96d40312c4c09d6fda2063adb5ad408e0 (diff) | |
download | FreeBSD-ports-553dad45cdb428599916af331c15df22ca2669d6.zip FreeBSD-ports-553dad45cdb428599916af331c15df22ca2669d6.tar.gz |
Fix texti2html's path.
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 92621bb..cb3c8cb 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 |