diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-22 05:54:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-22 05:54:52 +0000 |
commit | 876dc2e723e4083a67b0d9e0bfeb029ad140b493 (patch) | |
tree | f2148f9187cf9c42fc901aaf1d163f309d409de3 /audio/splay/Makefile | |
parent | f0149979ddae43ed9f83c41794c76d079e7dc07a (diff) | |
download | pkgsrc-876dc2e723e4083a67b0d9e0bfeb029ad140b493.tar.gz |
Packages that use GNU configure scripts and C++ also need a working C
compiler.
Diffstat (limited to 'audio/splay/Makefile')
-rw-r--r-- | audio/splay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index 3c9b33cb3d0..8701c23ac41 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/09 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/22 05:54:52 rillig Exp $ # DISTNAME= splay-0.8.2 @@ -11,7 +11,7 @@ COMMENT= Audio player/decoder that decodes MPEG Layer I,II,III and WAV files PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xsplay CONFIGURE_ARGS+= --without-pthread |