diff options
author | tv <tv> | 2004-04-30 17:26:23 +0000 |
---|---|---|
committer | tv <tv> | 2004-04-30 17:26:23 +0000 |
commit | 06c9709efd939736316b1f86b36b1961385e21f3 (patch) | |
tree | 14516c5c4765279200856571df7fb1377e98da03 /net/trickle | |
parent | 14b171571dbdc5c2ad98eca2fcae5a1a36a3628c (diff) | |
download | pkgsrc-06c9709efd939736316b1f86b36b1961385e21f3.tar.gz |
libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build.
Diffstat (limited to 'net/trickle')
-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 3d3a679d7fb..2314788d77b 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/04/25 07:45:47 snj Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/30 17:26:23 tv Exp $ # DISTNAME= trickle-1.06 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/trickle/ |