diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-21 02:44:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-21 02:44:08 +0000 |
commit | 54f7339e5f5958309449963a7c796f78924bf92b (patch) | |
tree | 93748657bf32733c06c2502331e0abba97a94fba /cad | |
parent | Add trailing / to end of a MASTER_SITE (diff) |
This port doesn't build because texindex is missing. Note that.
(Take out BUILD_DEPENDS=texindex:${PORTSDIR}/print/teTeX, teTeX doesn't
include texindex anymore.)
Notes
Notes:
svn path=/head/; revision=21845
Diffstat (limited to 'cad')
-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 |