diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-03-11 19:41:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-03-11 19:41:33 +0000 |
commit | 9162f7ee928899db1fda25e7ff139b1af5df2070 (patch) | |
tree | 1933cf259b73d1b45b05a6315a7d77d1a79edd6d /lang/cduce | |
parent | 8cdc3c812d8da8667d3593af813cfe9f029a5c0d (diff) |
Notes
Diffstat (limited to 'lang/cduce')
-rw-r--r-- | lang/cduce/Makefile | 3 |
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 \ |