diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 18:00:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 18:00:04 +0000 |
commit | 5205eddbabf26a9ca82f7a0d03fce478beff8b38 (patch) | |
tree | 4b159bdfe61b52049d3b9ae091ebba2b46f0a3fb /net/liblive | |
parent | c83aa2b252f6e159c488406c463cff918fa3bd17 (diff) | |
download | pkgsrc-5205eddbabf26a9ca82f7a0d03fce478beff8b38.tar.gz |
Uses C++.
Diffstat (limited to 'net/liblive')
-rw-r--r-- | net/liblive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/liblive/Makefile b/net/liblive/Makefile index 8821265fcfd..4e4917a7bef 100644 --- a/net/liblive/Makefile +++ b/net/liblive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/22 22:51:52 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/02 18:00:04 joerg Exp $ # DISTNAME= live.2003.04.04 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.live.com/liveMedia/ COMMENT= Set of C++ libraries for multimedia streaming WRKSRC= ${WRKDIR}/live +USE_LANGUAGES= c++ USE_LIBTOOL= YES INSTALLATION_DIRS= bin lib |