diff options
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 0c671965647b..72019cb0dd5d 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -13,8 +13,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= jseger@FreeBSD.org -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - texindex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +BROKEN= texindex USE_IMAKE= yes MAN1= pcb.1 |