aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnash/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2017-03-21 20:42:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2017-03-21 20:42:29 +0000
commit790e4e763643b0e77c9f788ca676b85611cc5652 (patch)
tree91cf6a183b5732e23ee564e515de9c96f962e050 /graphics/gnash/Makefile
parent5554627c9f8ad967653695770c4c49ec8fef5d8c (diff)
downloadports-790e4e763643b0e77c9f788ca676b85611cc5652.tar.gz
ports-790e4e763643b0e77c9f788ca676b85611cc5652.zip
- fix conflict with mesa-demos
Notes
Notes: svn path=/head/; revision=436651
Diffstat (limited to 'graphics/gnash/Makefile')
-rw-r--r--graphics/gnash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index f7c393a2c522..ffe34de7158a 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnash
PORTVERSION= 0.8.10
-PORTREVISION= 24
+PORTREVISION= 25
CATEGORIES= graphics
MASTER_SITES= http://git.savannah.gnu.org/cgit/gnash.git/snapshot/
DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880
@@ -227,6 +227,8 @@ post-patch:
${WRKSRC}/libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp
post-install:
+ # eglinfo conflicts with mesa-demos
+ ${MV} ${STAGEDIR}/${PREFIX}/bin/eglinfo ${STAGEDIR}/${PREFIX}/bin/eglinfo-gnash
.for conf in ${CONFIG_FILES}
${MV} ${STAGEDIR}/${SYSCONFIGDIR}/${conf} ${STAGEDIR}${SYSCONFIGDIR}/${conf}.dist
.endfor