diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-22 22:04:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-22 22:04:38 +0000 |
commit | 333a3b76b790e11499cc5c36c35c782ac8d8988e (patch) | |
tree | e042fb9e21d5c633f7f4a2abb451bb4303b2848c | |
parent | 37e671c9f02db402224b7c37d47010eb74e0486b (diff) | |
download | ports-333a3b76b790e11499cc5c36c35c782ac8d8988e.tar.gz ports-333a3b76b790e11499cc5c36c35c782ac8d8988e.zip |
Notes
-rw-r--r-- | www/ocaml-wdialog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/ocaml-wdialog/Makefile b/www/ocaml-wdialog/Makefile index fd5b9d35e3f8..f9acea898dd8 100644 --- a/www/ocaml-wdialog/Makefile +++ b/www/ocaml-wdialog/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/site-lib/pxp-engine/pxp_engine.a:${PORTSDIR}/textproc/ocaml-pxp \ ${LOCALBASE}/lib/ocaml/site-lib/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex +BROKEN= does not build with new ocaml + USE_GMAKE= yes HAS_CONFIGURE= yes |