diff options
author | joerg <joerg> | 2006-05-13 12:47:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-13 12:47:36 +0000 |
commit | 41e01c38ad8c4bc16d309b822667e355d29d72f4 (patch) | |
tree | 7633fe073a27e7e211d824870d79ac2461d70106 /audio/libvisual-plugins/Makefile | |
parent | 631a881bae9de2bc913cd8793a24dd2a71896f43 (diff) | |
download | pkgsrc-41e01c38ad8c4bc16d309b822667e355d29d72f4.tar.gz |
Uses C++.
Diffstat (limited to 'audio/libvisual-plugins/Makefile')
-rw-r--r-- | audio/libvisual-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libvisual-plugins/Makefile b/audio/libvisual-plugins/Makefile index 05b7d9b62d5..b03d132f8db 100644 --- a/audio/libvisual-plugins/Makefile +++ b/audio/libvisual-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/05/13 12:47:36 joerg Exp $ # DISTNAME= libvisual-plugins-0.2.0 @@ -13,6 +13,7 @@ COMMENT= Plugins for libvisual CONFLICTS= libvisual-nebulus-[0-9]* libvisual-gforce-[0-9]* USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |