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 | deb31c65a17b824b5f68e077e05467e1c7509d4f (patch) | |
tree | 4b159bdfe61b52049d3b9ae091ebba2b46f0a3fb /net/liblive | |
parent | 8ef071c76829b046baf55c9d5e24f896d897f2f4 (diff) | |
download | pkgsrc-deb31c65a17b824b5f68e077e05467e1c7509d4f.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 |