diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:25:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:25:43 +0000 |
commit | 954b71179dbf213e763b1b992dd3684152316c60 (patch) | |
tree | b993ec5810e6460448cf37666244f89612d2430f /devel/ocaml-pcre | |
parent | 692020b722e0cc6951065f434600eb9bdc960230 (diff) |
Notes
Diffstat (limited to 'devel/ocaml-pcre')
-rw-r--r-- | devel/ocaml-pcre/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index 0fc9269a6930..a4106383d47f 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 +BROKEN= Changes permissions of installed file + USE_GMAKE= yes MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/pcre" \ INCDIRS="${LOCALBASE}/include" LIBDIRS="${LOCALBASE}/lib" |