diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-29 06:36:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-29 06:36:06 +0000 |
commit | 72a71aef51b9bfa24179befdb8d4a06b3d88babb (patch) | |
tree | 857825702108346b8d6203548096cfb868c8b053 /net | |
parent | c72147afb6ca1d00756098997d9f360942890c9a (diff) | |
download | pkgsrc-72a71aef51b9bfa24179befdb8d4a06b3d88babb.tar.gz |
The configure script needs a working C compiler.
Diffstat (limited to 'net')
-rw-r--r-- | net/libtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index eb3eac213c9..fe0a7db796e 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/05/28 12:36:39 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/29 06:36:06 rillig Exp $ DISTNAME= libtorrent-0.8.5 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= BitTorrent library written in C++ for *nix -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes |