Revision
38776
Author
ryandesign@macports.org
Date
2008-07-30 23:56:13 -0700 (Wed, 30 Jul 2008)

Log Message

libmad: fix mad.pc.in so the version number can be replaced from within the portfile; fixes #16144

Modified Paths

Diff

Modified: trunk/dports/audio/libmad/files/mad.pc.in (38775 => 38776)


--- 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}