aboutsummaryrefslogtreecommitdiff
path: root/audio/libmad/files/mad.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libmad/files/mad.pc.in')
-rw-r--r--audio/libmad/files/mad.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libmad/files/mad.pc.in b/audio/libmad/files/mad.pc.in
index 0c0ff2cbb4d2..a7689a62deec 100644
--- a/audio/libmad/files/mad.pc.in
+++ b/audio/libmad/files/mad.pc.in
@@ -1,4 +1,4 @@
-prefix=%PREFIX%
+prefix=%%PREFIX%%
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
@@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: mad
Description: MPEG Audio Decoder
Requires:
-Version: %VERSION%
+Version: %%VERSION%%
Libs: -L${libdir} -lmad -lm
Cflags: -I${includedir}