diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
commit | 658d9cf8767f8640628ba8d8921f89ea13625c9a (patch) | |
tree | ffee6335b2bba2ba7848a7088adea5af2e248190 /net/btpd | |
parent | a1a9a8dc9c7025856400edf50c49d8b8d59a85be (diff) | |
download | pkgsrc-658d9cf8767f8640628ba8d8921f89ea13625c9a.tar.gz |
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
Diffstat (limited to 'net/btpd')
-rw-r--r-- | net/btpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/btpd/Makefile b/net/btpd/Makefile index cc4ceba4c5e..f7548503a85 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/09/10 04:43:13 obache Exp $ +# $NetBSD: Makefile,v 1.5 2006/11/19 11:50:25 wiz Exp $ DISTNAME= btpd-0.11 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.murmeldjur.se/btpd/ \ http://people.su.se/~rnyberg/btpd/ |