diff options
author | snj <snj@pkgsrc.org> | 2009-05-06 15:54:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-05-06 15:54:50 +0000 |
commit | e75508595b815504d44e753f7d9edc24cfe94ef8 (patch) | |
tree | 50f16a928217ea3a213b1103fda8af12403c13fa /net/btpd | |
parent | 5f9c9e79989d9e41f8d0df20eef2cad365609818 (diff) | |
download | pkgsrc-e75508595b815504d44e753f7d9edc24cfe94ef8.tar.gz |
Kill a now-useless BUILDLINK_API_EPENDS.libevent that I forgot to remove
in the previous revision. Pointed out by Onno van der Linden.
Diffstat (limited to 'net/btpd')
-rw-r--r-- | net/btpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/btpd/Makefile b/net/btpd/Makefile index e8b8e16a857..0786d9aadbe 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/05/06 04:03:52 snj Exp $ +# $NetBSD: Makefile,v 1.17 2009/05/06 15:54:50 snj Exp $ DISTNAME= btpd-0.15 CATEGORIES= net @@ -11,8 +11,6 @@ COMMENT= Daemon for file sharing over bittorrent PKG_DESTDIR_SUPPORT= user-destdir -BUILDLINK_API_DEPENDS.libevent+= libevent>=0.9 - GNU_CONFIGURE= YES DOCSDIR= ${PREFIX}/share/doc/btpd |