- 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)
This commit is contained in:
Pav Lucistnik 2005-04-15 12:14:51 +00:00
parent 35f106be33
commit 4ac46fed86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133424

View File

@ -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" \