Download raw body.
cynthiune-1.0.0: C only
We can drop COMPILER_LIBCXX here. It's C onyl, OK?
Cheers Rafael
diff --git a/x11/gnustep/cynthiune/Makefile b/x11/gnustep/cynthiune/Makefile
index ae18162bb36..7250d5c0de9 100644
--- a/x11/gnustep/cynthiune/Makefile
+++ b/x11/gnustep/cynthiune/Makefile
@@ -10,9 +10,12 @@ SITES = ${SITE_SAVANNAH:=gap/}
SHARED_LIBS += Cynthiune 0.0
MODULES = x11/gnustep
-WANTLIB += FLAC ao ogg sndio vorbis vorbisfile z musicbrainz5
-WANTLIB += audiofile mad modplug tag tag_c id3tag mpcdec
-WANTLIB += ${COMPILER_LIBCXX}
+
+COMPILER_LANGS = c
+
+WANTLIB += FLAC ao audiofile c++abi id3tag mad modplug mpcdec
+WANTLIB += ogg sndio tag tag_c vorbis vorbisfile z
+
LIB_DEPENDS += audio/flac \
audio/libid3tag \
audio/libmad \
cynthiune-1.0.0: C only