diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
commit | a06ee65df0af4a27507365d7991910fcc6881d95 (patch) | |
tree | cad01e52972179ed3ade4df17df7d248b93b620a /textproc/ocaml-expat/Makefile | |
parent | 5cf144bec9b55e7fde376d809bd4682b33045ca3 (diff) |
Chase shlib bump of libexpat.
Notes
Notes:
svn path=/head/; revision=154857
Diffstat (limited to 'textproc/ocaml-expat/Makefile')
-rw-r--r-- | textproc/ocaml-expat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index 547fed4b482b..f3f279c6adaf 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -8,6 +8,7 @@ PORTNAME= ocaml-expat PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_GMAKE= yes MAKE_ARGS= EXPAT_LIBDIR=${LOCALBASE}/lib \ |