aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-event/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-event/Makefile')
-rw-r--r--devel/pecl-event/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pecl-event/Makefile b/devel/pecl-event/Makefile
index 1c6c4230928b..8afdb9be1438 100644
--- a/devel/pecl-event/Makefile
+++ b/devel/pecl-event/Makefile
@@ -3,6 +3,7 @@
PORTNAME= event
PORTVERSION= 1.9.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -14,7 +15,7 @@ COMMENT= Provides interface to libevent library
LICENSE= PHP301
-LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
USE_OPENSSL= yes
CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE}