@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
- printf("libvorbis >=19\n");
+ printf("libvorbis\n");
return 0;
}
@@ -47,8 +47,8 @@ int main(int argc, char *argv[])
printf("ccan/ogg_to_pcm\n"
- "libvorbis >=19\n"
- "portaudio\n");
+ "libvorbis\n"
+ "portaudio >=19\n");