diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-07 17:33:47 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-07 17:33:47 +0000 |
commit | 5115b82115f06345e92c77bb6ff8a36e756b6e25 (patch) | |
tree | 4dd6a7aee279aa58d4fa398f2c676ecc4396349d | |
parent | 711efaaa383d51ccd5b541ad8bda5138c3dab02a (diff) | |
download | ports-5115b82115f06345e92c77bb6ff8a36e756b6e25.tar.gz ports-5115b82115f06345e92c77bb6ff8a36e756b6e25.zip |
Notes
-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 03678d5ce15a..909c64f7f178 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -7,14 +7,14 @@ PORTNAME= trickle PORTVERSION= 1.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/trickle/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight, portable bandwidth shaper -BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.1a.1:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |