summaryrefslogtreecommitdiff
path: root/audio/speex/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-28 22:29:11 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-28 22:29:11 +0000
commit3815f894e0a074a67dea35fa9bc6047e334e71df (patch)
tree3aae1de3ce38a1faf8465d8ff7a2082ae8007dad /audio/speex/Makefile
parentRaidtest requires functions (byteorder(9)) which were introduced in (diff)
- Fix Version: line in speex.pc pkg-config file
- Bump PORTREVISON Pointed out by: kwm
Notes
Notes: svn path=/head/; revision=125386
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r--audio/speex/Makefile3
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