diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 10:23:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 10:23:24 +0000 |
commit | b5fd166c0df054e3f9e4bdc204e3b4b766327dc7 (patch) | |
tree | 71bef37b0008f9c7ae36c2fb13281ab9c96921c0 /devel | |
parent | Mark BROKEN: Install script does not work (diff) |
Mark BROKEN: does not compile
Submitted by: onigiri
Notes
Notes:
svn path=/head/; revision=32988
Diffstat (limited to 'devel')
-rw-r--r-- | devel/camlp4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/camlp4/Makefile b/devel/camlp4/Makefile index e15c831d7fb8..aa78edbe9151 100644 --- a/devel/camlp4/Makefile +++ b/devel/camlp4/Makefile @@ -16,6 +16,8 @@ MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/OLD/2.04/ \ MAINTAINER= user@unknown.nu +BROKEN= "Does not compile" + BUILD_DEPENDS= ocamlc.opt:${PORTSDIR}/lang/ocaml HAS_CONFIGURE= yes |