diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-15 12:14:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-15 12:14:51 +0000 |
commit | 4ac46fed86d73a6e7218f834aa7b49f521fd5077 (patch) | |
tree | 776c363c10bf2724aba29007639110813ac5e52b /devel/ocaml-pcre | |
parent | 35f106be3329ebb786afb89daf4771c1aceb7cca (diff) |
- Many ocaml programs assume pcre is built with utf8 support, so change the
dependancy to the slave port of pcre with utf8 enabled.
PR: ports/79863
Submitted by: Marwan Burelle <marwan.burelle@lri.fr> (maintainer)
Notes
Notes:
svn path=/head/; revision=133424
Diffstat (limited to 'devel/ocaml-pcre')
-rw-r--r-- | devel/ocaml-pcre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index 44f1c7609356..0fc9269a6930 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcre PORTVERSION= 5.09.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/ PKGNAMEPREFIX= ocaml- @@ -17,7 +18,7 @@ COMMENT= Perl compatible regular expressions for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 USE_GMAKE= yes MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/pcre" \ |