aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Event-Lib
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-12-05 21:29:01 +0800
committermnag <mnag@FreeBSD.org>2006-12-05 21:29:01 +0800
commitd2ae5cbf34e141c395c81da59f5d7f2d344ba265 (patch)
tree706b379e9c8d05fca20579d2421ef4fd1968a805 /devel/p5-Event-Lib
parent6db75a1abd3c3c7ed90108a4c513b80af4002b35 (diff)
downloadfreebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.gz
freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.zst
freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.zip
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
Diffstat (limited to 'devel/p5-Event-Lib')
-rw-r--r--devel/p5-Event-Lib/Makefile4
1 files changed, 2 insertions, 2 deletions
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