diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-28 12:36:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-28 12:36:39 +0000 |
commit | e28e613ec9d0844b80717e0b1b8cd4479bfd71ac (patch) | |
tree | 94e05f2c38aa59fa998d7a4430650a9333ffba47 /net/libtorrent | |
parent | 5607cf840471481239f93fbbb23cb7fb62167015 (diff) | |
download | pkgsrc-e28e613ec9d0844b80717e0b1b8cd4479bfd71ac.tar.gz |
Use C++.
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 24eeb40e6e9..eb3eac213c9 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/03 15:30:52 tron Exp $ +# $NetBSD: Makefile,v 1.12 2006/05/28 12:36:39 joerg Exp $ DISTNAME= libtorrent-0.8.5 PKGREVISION= 1 @@ -9,6 +9,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= BitTorrent library written in C++ for *nix +USE_LANGUAGES= c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes |