diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-28 22:29:11 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-28 22:29:11 +0000 |
commit | 3815f894e0a074a67dea35fa9bc6047e334e71df (patch) | |
tree | 3aae1de3ce38a1faf8465d8ff7a2082ae8007dad /audio/speex | |
parent | 089b548af4ea123275ded12dd513a0bd0d2593e4 (diff) |
Notes
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 92cc83655c6c..098dba1bca08 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -8,6 +8,7 @@ PORTNAME= speex PORTVERSION= 1.0.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ @@ -38,6 +39,8 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|doc win32|win32|g ; \ s|^mandir =.*$$|mandir = @mandir@|g' + @${REINPLACE_CMD} -e 's|@SPEEX_VERSION@|${PORTVERSION}|' \ + ${WRKSRC}/speex.pc.in @${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \ s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure |