summaryrefslogtreecommitdiff
path: root/lang/cduce
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2007-03-11 19:41:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2007-03-11 19:41:33 +0000
commit9162f7ee928899db1fda25e7ff139b1af5df2070 (patch)
tree1933cf259b73d1b45b05a6315a7d77d1a79edd6d /lang/cduce
parentUpdate to 1.2.2 (diff)
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default. Bump PORTREVISION on all dependent ports.
Notes
Notes: svn path=/head/; revision=187153
Diffstat (limited to 'lang/cduce')
-rw-r--r--lang/cduce/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cduce/Makefile b/lang/cduce/Makefile
index 458a578798f8..9d2bb0405e1f 100644
--- a/lang/cduce/Makefile
+++ b/lang/cduce/Makefile
@@ -6,13 +6,14 @@
PORTNAME= cduce
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.cduce.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= An efficient XML centric functionnal programming language
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre-utf8
+LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
${LOCALBASE}/lib/ocaml/site-lib/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \