diff options
Diffstat (limited to 'net/libtorrent/Makefile')
-rw-r--r-- | net/libtorrent/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 1a179e317be..6f8620459b9 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2011/11/04 18:15:30 hans Exp $ +# $NetBSD: Makefile,v 1.41 2011/11/06 13:42:21 tron Exp $ DISTNAME= libtorrent-0.12.9 CATEGORIES= net @@ -16,7 +16,6 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-debug -GCC_REQD+= 4.2.1 .include "../../mk/bsd.prefs.mk" |