diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
commit | 907d5d1a391cea7dc4510deb3ead17400d689462 (patch) | |
tree | 6c30422131f6d4a1c3573653ef9e29e93cb33606 /net/trickle | |
parent | 305a8cb2963ec2ad26a740802b442eeef4913b5c (diff) | |
download | ports-907d5d1a391cea7dc4510deb3ead17400d689462.tar.gz ports-907d5d1a391cea7dc4510deb3ead17400d689462.zip |
Notes
Diffstat (limited to 'net/trickle')
-rw-r--r-- | net/trickle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile index c1fd5b71ea9f..d7b16e234613 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -7,13 +7,14 @@ PORTNAME= trickle PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/trickle/ MAINTAINER= gahr@FreeBSD.org COMMENT= Lightweight, portable bandwidth shaper -LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes |