diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-13 12:33:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-13 12:33:04 +0000 |
commit | 5419a75ecc762efd3bb68200261a5bf28d22d9bf (patch) | |
tree | 1214a7663fb70a9fac8f2a03237c9ad824ff1dad /audio/libvisual | |
parent | ef6967e5306f656014044280823da15c41c0400e (diff) | |
download | pkgsrc-5419a75ecc762efd3bb68200261a5bf28d22d9bf.tar.gz |
Uses C++.
Diffstat (limited to 'audio/libvisual')
-rw-r--r-- | audio/libvisual/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile index 60d66a4f62a..27b8feb3ff6 100644 --- a/audio/libvisual/Makefile +++ b/audio/libvisual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:28:56 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/05/13 12:33:04 joerg Exp $ # DISTNAME= libvisual-0.2.0 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libvisual.sourceforge.net/ COMMENT= Abstraction library between applications and audio visualisation plugins +USE_LANGUAGES= c c++ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in GNU_CONFIGURE= yes |