aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-pcre
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2007-03-12 03:41:33 +0800
committerkrion <krion@FreeBSD.org>2007-03-12 03:41:33 +0800
commita69e91695a0da18074318bc3298825d9da31b323 (patch)
tree0cea72fd5a4d4e6fbe90e35e433dd37e1839c1c6 /devel/ocaml-pcre
parentc1e9ebaae7a022c4d69708b4a8e62793e75fe041 (diff)
downloadfreebsd-ports-gnome-a69e91695a0da18074318bc3298825d9da31b323.tar.gz
freebsd-ports-gnome-a69e91695a0da18074318bc3298825d9da31b323.tar.zst
freebsd-ports-gnome-a69e91695a0da18074318bc3298825d9da31b323.zip
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default. Bump PORTREVISION on all dependent ports.
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 b78ca86521a2..66a77a08da2d 100644
--- a/devel/ocaml-pcre/Makefile
+++ b/devel/ocaml-pcre/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pcre
PORTVERSION= 5.11.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.ocaml.info/ocaml_sources/
PKGNAMEPREFIX= ocaml-
@@ -15,7 +16,7 @@ DISTNAME= pcre-ocaml-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl compatible regular expressions for Objective Caml
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
USE_OCAML= yes
USE_OCAML_FINDLIB= yes