aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-pcre
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-15 20:14:51 +0800
committerpav <pav@FreeBSD.org>2005-04-15 20:14:51 +0800
commit717e1acb12feca359dc9c5f1448e52ea916723f1 (patch)
treee7c1a27c21589a1460365ff751b23b0c4a0fc32c /devel/ocaml-pcre
parentcd4598bbb71c8ce705dba8dbb25baeb2c01a461a (diff)
downloadfreebsd-ports-gnome-717e1acb12feca359dc9c5f1448e52ea916723f1.tar.gz
freebsd-ports-gnome-717e1acb12feca359dc9c5f1448e52ea916723f1.tar.zst
freebsd-ports-gnome-717e1acb12feca359dc9c5f1448e52ea916723f1.zip
- 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)
Diffstat (limited to 'devel/ocaml-pcre')
-rw-r--r--devel/ocaml-pcre/Makefile3
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" \