diff options
-rw-r--r-- | cad/pcb/Makefile | 2 | ||||
-rw-r--r-- | devel/projectcenter.app/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index c1c9c009835c..45f546d3269c 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.riken.go.jp/pub/Linux/plamo/Plamo-1.4.x/contrib/Electron MAINTAINER= ports@FreeBSD.org +BROKEN= "Does not build" + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX \ texi2html:${PORTSDIR}/textproc/texi2html diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile index 3d28631d9f1a..e7eba004a1e4 100644 --- a/devel/projectcenter.app/Makefile +++ b/devel/projectcenter.app/Makefile @@ -13,6 +13,8 @@ DISTNAME= ProjectCenter-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +BROKEN= "Does not build" + BUILD_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps RUN_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps |