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 | 4ab785303d848946328aa9f32c2501276cc36923 (patch) | |
tree | 49e51ec434378056ceac453a06d84e330e3524c8 /audio/terminatorx | |
parent | de019264d744a258e7362ce933755243875989e0 (diff) | |
download | pkgsrc-4ab785303d848946328aa9f32c2501276cc36923.tar.gz |
Uses C++.
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |