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 /devel/ocaml-pcre/Makefile | |
parent | 8cdc3c812d8da8667d3593af813cfe9f029a5c0d (diff) | |
download | ports-9162f7ee928899db1fda25e7ff139b1af5df2070.tar.gz ports-9162f7ee928899db1fda25e7ff139b1af5df2070.zip |
Notes
Diffstat (limited to 'devel/ocaml-pcre/Makefile')
-rw-r--r-- | devel/ocaml-pcre/Makefile | 3 |
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 |