diff options
-rw-r--r-- | devel/camlp4/Makefile | 2 | ||||
-rw-r--r-- | net/arla/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/camlp4/Makefile b/devel/camlp4/Makefile index c6325ac1267d..8eee64f6de78 100644 --- a/devel/camlp4/Makefile +++ b/devel/camlp4/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ \ MAINTAINER= user@unknown.nu +BROKEN= "Does not build" + BUILD_DEPENDS= ocamlc.opt:${PORTSDIR}/lang/ocaml HAS_CONFIGURE= yes diff --git a/net/arla/Makefile b/net/arla/Makefile index 63a9bf78177b..e623198d46fc 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ MAINTAINER= assar@freebsd.org +BROKEN= "Does not build" + USE_XLIB= yes .if !exists(/usr/lib/libkafs.a) |