aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-event
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-08-19 16:40:17 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-08-19 16:40:17 +0000
commit907d5d1a391cea7dc4510deb3ead17400d689462 (patch)
tree6c30422131f6d4a1c3573653ef9e29e93cb33606 /devel/ocaml-event
parent305a8cb2963ec2ad26a740802b442eeef4913b5c (diff)
downloadports-907d5d1a391cea7dc4510deb3ead17400d689462.tar.gz
ports-907d5d1a391cea7dc4510deb3ead17400d689462.zip
- Update libevent dependency and bump PORTREVISION
Notes
Notes: svn path=/head/; revision=218857
Diffstat (limited to 'devel/ocaml-event')
-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 876608dc86d0..c0ae29eade10 100644
--- a/devel/ocaml-event/Makefile
+++ b/devel/ocaml-event/Makefile
@@ -7,7 +7,7 @@
PORTNAME= event
PORTVERSION= 0.5.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/
PKGNAMEPREFIX= ocaml-
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An ocaml wrapper for the libevent API
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
ALL_TARGET= all allopt
USE_GMAKE= yes