aboutsummaryrefslogtreecommitdiff
path: root/net/trickle
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-05-07 17:33:47 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-05-07 17:33:47 +0000
commit5115b82115f06345e92c77bb6ff8a36e756b6e25 (patch)
tree4dd6a7aee279aa58d4fa398f2c676ecc4396349d /net/trickle
parent711efaaa383d51ccd5b541ad8bda5138c3dab02a (diff)
downloadports-5115b82115f06345e92c77bb6ff8a36e756b6e25.tar.gz
ports-5115b82115f06345e92c77bb6ff8a36e756b6e25.zip
Correct a dependency, move libevent from BUILD_DEPENDS to LIB_DEPENDS. Bump
the PORTREVISION. # pkg_add -r trickle Fetching [...]trickle.tbz... Done. # trickled /libexec/ld-elf.so.1: Shared object "libevent-1.1a.so.1" not found, required by "trickled"
Notes
Notes: svn path=/head/; revision=161625
Diffstat (limited to 'net/trickle')
-rw-r--r--net/trickle/Makefile4
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