diff options
author | pav <pav@FreeBSD.org> | 2011-03-26 04:46:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-26 04:46:25 +0800 |
commit | 243bac106ce52219260439aea3aa054b0b7ac0bd (patch) | |
tree | 8c95b4cfc313da9edc25a59b36e45bfd6de7f333 /databases | |
parent | 34d18462b42fe7eb4497d62e4d97a06967d50936 (diff) | |
download | freebsd-ports-gnome-243bac106ce52219260439aea3aa054b0b7ac0bd.tar.gz freebsd-ports-gnome-243bac106ce52219260439aea3aa054b0b7ac0bd.tar.zst freebsd-ports-gnome-243bac106ce52219260439aea3aa054b0b7ac0bd.zip |
- Mark BROKEN: does not build
Reported by: pointyhat
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ocaml-pgocaml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/ocaml-pgocaml/Makefile b/databases/ocaml-pgocaml/Makefile index ceb7528a4d81..f2f885bf74e9 100644 --- a/databases/ocaml-pgocaml/Makefile +++ b/databases/ocaml-pgocaml/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-e ${LOCALBASE}/${OCAML_SITELIBDIR}/calendar:${PORTSDIR}/devel/ocaml-calendar \ ${LOCALBASE}/${OCAML_SITELIBDIR}/csv:${PORTSDIR}/textproc/ocaml-csv +BROKEN= does not build + USE_GMAKE= yes USE_OCAML= yes USE_OCAML_FINDLIB= yes |