diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pisces/Makefile | 2 | ||||
-rw-r--r-- | cad/qfsm/Makefile | 2 | ||||
-rw-r--r-- | cad/sis/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/cad/pisces/Makefile b/cad/pisces/Makefile index 17966481bd24..9ded4be3dae4 100644 --- a/cad/pisces/Makefile +++ b/cad/pisces/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= masini@uniroma3.it COMMENT= A 2-d electronic device simulator +BROKEN= "Does not compile" + BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c .include <bsd.port.pre.mk> diff --git a/cad/qfsm/Makefile b/cad/qfsm/Makefile index 91ac30f6b0a5..f88ef3fdeeef 100644 --- a/cad/qfsm/Makefile +++ b/cad/qfsm/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A graphical tool for designing finite state machines +BROKEN= "Does not compile" + USE_QT_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes diff --git a/cad/sis/Makefile b/cad/sis/Makefile index 894d7641ce99..efc25078162e 100644 --- a/cad/sis/Makefile +++ b/cad/sis/Makefile @@ -19,6 +19,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= volf@oasis.IAEhv.nl COMMENT= Synthesis program for the synthesis of sequential circuits +BROKEN= "Does not compile" + USE_XLIB= yes MAKEFILE= Makefile.FreeBSD MAN1= espresso.1 jedi.1 nova.1 sis.1 sred.1 stamina.1 \ |