diff options
-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 |