aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-event/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ocaml-event/Makefile')
-rw-r--r--devel/ocaml-event/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile
index 9d01c8a7e34b..e860979ee274 100644
--- a/devel/ocaml-event/Makefile
+++ b/devel/ocaml-event/Makefile
@@ -3,7 +3,7 @@
PORTNAME= event
PORTVERSION= 0.6.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/
PKGNAMEPREFIX= ocaml-
@@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Ocaml wrapper for the libevent API
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
-LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
ALL_TARGET= all allopt
USES= gmake