aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/ocaml-event/Makefile9
-rw-r--r--devel/p5-Event-Lib/Makefile4
2 files changed, 5 insertions, 8 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile
index 401908d8da55..bcf205297602 100644
--- a/devel/ocaml-event/Makefile
+++ b/devel/ocaml-event/Makefile
@@ -7,7 +7,7 @@
PORTNAME= event
PORTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
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= ${LIB_EVENT}:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
ALL_TARGET= all allopt
USE_GMAKE= yes
@@ -28,9 +28,6 @@ ALL_TARGET+= doc
PORTDOCS= *
.endif
-# libevent library
-LIB_EVENT= event-1.2.1
-
EXAMPLE_FILES= \
Makefile \
fifo_example.ml \
@@ -61,7 +58,7 @@ PLIST_FILES+= lib/ocaml/stublibs/${file}
post-configure:
# CFLAGS,PREFIX safeness
@${REINPLACE_CMD} -E -e \
- 's|^(EVENT_LIB=).*$$|\1-l${LIB_EVENT:R}|; \
+ 's|^(EVENT_LIB=).*$$|\1-levent|; \
s|^(EVENT_LIBDIR=).$$|\1${LOCALBASE}/lib|; \
s|^(EVENT_INCDIR=).$$|\1${LOCALBASE}/include|; \
s|^(CFLAGS).*$$|\1=${CFLAGS} -I\$$(EVENT_INCDIR)|' \
diff --git a/devel/p5-Event-Lib/Makefile b/devel/p5-Event-Lib/Makefile
index 3c7691c20289..fc7d8a49b396 100644
--- a/devel/p5-Event-Lib/Makefile
+++ b/devel/p5-Event-Lib/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Event-Lib
PORTVERSION= 1.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Event
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= fk@fabiankeil.de
COMMENT= Makes libevent(3) accessible with Perl
-LIB_DEPENDS= event-1.2:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
PERL_CONFIGURE= yes