diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-29 06:29:11 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-29 06:29:11 +0800 |
commit | 5a37f66fd92ac8cd412c8220f13a255c85a68e79 (patch) | |
tree | cccc69d57aa519d00653c15893a96ae5bb4b17dc | |
parent | 7ac31fc564b30139e9a4341fdfdea9bf73f3811b (diff) | |
download | freebsd-ports-gnome-5a37f66fd92ac8cd412c8220f13a255c85a68e79.tar.gz freebsd-ports-gnome-5a37f66fd92ac8cd412c8220f13a255c85a68e79.tar.zst freebsd-ports-gnome-5a37f66fd92ac8cd412c8220f13a255c85a68e79.zip |
- Fix Version: line in speex.pc pkg-config file
- Bump PORTREVISON
Pointed out by: kwm
-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 |