diff options
author | asami <asami@FreeBSD.org> | 1999-09-21 10:44:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-21 10:44:08 +0800 |
commit | 7fa5fda925f426077df844c2a410ecdfff7c2826 (patch) | |
tree | 22e7f237675b566d8b9fe9a2179aa63fdd3d9a15 /cad | |
parent | 9bc56140c8d65a7620079cc91517d52f35747617 (diff) | |
download | freebsd-ports-gnome-7fa5fda925f426077df844c2a410ecdfff7c2826.tar.gz freebsd-ports-gnome-7fa5fda925f426077df844c2a410ecdfff7c2826.tar.zst freebsd-ports-gnome-7fa5fda925f426077df844c2a410ecdfff7c2826.zip |
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.)
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 |