libmad: fix mad.pc.in so the version number can be replaced from within the portfile; fixes #16144
--- trunk/dports/audio/libmad/files/mad.pc.in 2008-07-31 06:29:40 UTC (rev 38775)
+++ trunk/dports/audio/libmad/files/mad.pc.in 2008-07-31 06:56:13 UTC (rev 38776)
@@ -6,6 +6,6 @@
Name: mad
Description: MPEG Audio Decoder
Requires:
-Version: 0.15.1b
+Version: %VERSION%
Libs: -L${libdir} -lmad -lm
Cflags: -I${includedir}