aboutsummaryrefslogtreecommitdiffstats
path: root/games/zaz
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-01-30 00:08:46 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-01-30 00:08:46 +0800
commit883b9fbf40ba8f9cfc179b8aa505609d8572a580 (patch)
tree2ec09f74e88dcefac9c7fc637a2f62ddbd6e38d0 /games/zaz
parent3bf6b3f8cb52011621e9af5a2c9a31c62bc20916 (diff)
downloadfreebsd-ports-gnome-883b9fbf40ba8f9cfc179b8aa505609d8572a580.tar.gz
freebsd-ports-gnome-883b9fbf40ba8f9cfc179b8aa505609d8572a580.tar.zst
freebsd-ports-gnome-883b9fbf40ba8f9cfc179b8aa505609d8572a580.zip
- Fix build after libvorbis update
Diffstat (limited to 'games/zaz')
-rw-r--r--games/zaz/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/zaz/Makefile b/games/zaz/Makefile
index b0932d62cf74..6622209dec9d 100644
--- a/games/zaz/Makefile
+++ b/games/zaz/Makefile
@@ -44,5 +44,7 @@ PLIST_SUB+= NLS="@comment "
post-patch:
@${REINPLACE_CMD} -e '/^zazdocdir =/ s|$${prefix}/doc|$${prefix}/share/doc|' \
${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e '/PKG_CONFIG/ s|vorbisfile |&vorbis |' \
+ ${WRKSRC}/configure.ac ${WRKSRC}/configure
.include <bsd.port.mk>