diff options
Diffstat (limited to 'net/trickle/Makefile')
-rw-r--r-- | net/trickle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile index dff46a6e6adf..6857c6eb582d 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -7,14 +7,14 @@ PORTNAME= trickle PORTVERSION= 1.06 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/trickle/ MAINTAINER= mezz@FreeBSD.org COMMENT= Lightweight, portable bandwidth shaper -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes |