diff options
author | joerg <joerg> | 2006-06-02 18:00:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-02 18:00:04 +0000 |
commit | f9b6b181af031a9c7db7d05262a3721988808c60 (patch) | |
tree | 4b159bdfe61b52049d3b9ae091ebba2b46f0a3fb /net/liblive | |
parent | 4a1dbc94e6c55b45d98699b778143befdd412bfa (diff) | |
download | pkgsrc-f9b6b181af031a9c7db7d05262a3721988808c60.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 |