diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
commit | 5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch) | |
tree | c0c7a07736914867ed86b175a6df18598e35d03f /devel/ocaml-event | |
parent | b70fcd10eb3b1db807baac1c511236218a2f249b (diff) | |
download | ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.tar.gz ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.zip |
Notes
Diffstat (limited to 'devel/ocaml-event')
-rw-r--r-- | devel/ocaml-event/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile index 6f319ae7de5f..4a5d1daa9f4d 100644 --- a/devel/ocaml-event/Makefile +++ b/devel/ocaml-event/Makefile @@ -7,7 +7,7 @@ PORTNAME= event PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/ PKGNAMEPREFIX= ocaml- @@ -17,7 +17,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= An ocaml wrapper for the libevent API BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent ALL_TARGET= all allopt USE_GMAKE= yes |