diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 18:37:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 18:37:20 +0000 |
commit | d637e1079c63480ae78de8959f6c2781b458412d (patch) | |
tree | 49e51ec434378056ceac453a06d84e330e3524c8 | |
parent | 423365243efd4d1e95f4792c361f3099e077e6c9 (diff) | |
download | pkgsrc-d637e1079c63480ae78de8959f6c2781b458412d.tar.gz |
Uses C++.
-rw-r--r-- | audio/csound4/Makefile | 3 | ||||
-rw-r--r-- | audio/terminatorx/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-bezier/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-sid/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/audio/csound4/Makefile b/audio/csound4/Makefile index 3fb55ebe1ce..6a0952e9ef1 100644 --- a/audio/csound4/Makefile +++ b/audio/csound4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/30 03:44:41 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/15 18:42:32 joerg Exp $ # DISTNAME= csound-4.23f13gbs.0 @@ -14,6 +14,7 @@ COMMENT= Software synthesizer and sequencer DIST_SUBDIR= csound CONFLICTS+= csound-bath-4* CONFLICTS+= csound-dev-4* +USE_LANGUAGES= c c++ USE_TOOLS+= gmake makeinfo GNU_CONFIGURE= yes TEXINFO_REQD= 4.2 diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 3b4eefb9c85..95892842f0d 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:06 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/15 18:37:20 joerg Exp $ # DISTNAME= terminatorX-3.82 @@ -16,6 +16,7 @@ DEPENDS+= mpg123-[0-9]*:../../audio/mpg123 DEPENDS+= sox-[0-9]*:../../audio/sox DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/audio/xmms-bezier/Makefile b/audio/xmms-bezier/Makefile index e4edc0afa3e..5ae0f8aeb44 100644 --- a/audio/xmms-bezier/Makefile +++ b/audio/xmms-bezier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:28:59 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/15 18:39:36 joerg Exp $ # DISTNAME= bezier-0.0.3 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= OpenGL XMMS plugin GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 LIBS+= -lX11 -lm diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile index ea63f22cc59..e5a9327d902 100644 --- a/audio/xmms-sid/Makefile +++ b/audio/xmms-sid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:08:19 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/15 18:41:49 joerg Exp $ # DISTNAME= xmms-sid-0.7.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.tnsp.org/ COMMENT= XMMS plugin for SID (Commodore 64) music GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES .include "../../audio/libsidplay/buildlink3.mk" |