summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-06-23 09:44:32 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-06-23 09:44:32 +0000
commitfa0005b9c2ccd3a29a9197b88e429b7e04a86082 (patch)
tree09146a9a27d2cc7e61446aa246456957d8671a89 /multimedia/totem-pl-parser/Makefile
parentUnbreak and update to 0.9.14 (diff)
Update totem-pl-parser to 3.10.8.
* Disable detection of gmime-3.0, for now.
Notes
Notes: svn path=/head/; revision=444173
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r--multimedia/totem-pl-parser/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 8ac6d9d82089..215dc5b481af 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= totem-pl-parser
-PORTVERSION= 3.10.7
+PORTVERSION= 3.10.8
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -32,4 +32,8 @@ QUVI_DESC= Flash media stream URL support
QUVI_CONFIGURE_ENABLE= quvi
QUVI_LIB_DEPENDS= libquvi-0.9.so:multimedia/libquvi09
+post-patch:
+ @${REINPLACE_CMD} -e 's|gmime-3.0|disabled-gmime-3.0|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>