Thu Oct 16 18:12:06 2008 UTC ()
add --disable-browser-plugins as in the base pkg


(drochner)
diff -r1.22 -r1.23 pkgsrc/multimedia/totem-xine/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/multimedia/totem-xine/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/totem-xine/Attic/Makefile 2008/06/20 01:09:28 1.22
+++ pkgsrc/multimedia/totem-xine/Attic/Makefile 2008/10/16 18:12:06 1.23
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:28 joerg Exp $ 1# $NetBSD: Makefile,v 1.23 2008/10/16 18:12:06 drochner Exp $
2# 2#
3PKG_DESTDIR_SUPPORT= user-destdir 3PKG_DESTDIR_SUPPORT= user-destdir
4 4
5.include "../../multimedia/totem/Makefile.common" 5.include "../../multimedia/totem/Makefile.common"
6 6
7PKGNAME= ${DISTNAME:S/-/-xine-/} 7PKGNAME= ${DISTNAME:S/-/-xine-/}
8 8
9COMMENT+= (using Xine) 9COMMENT+= (using Xine)
10 10
11CONFLICTS+= totem-[0-9]* 11CONFLICTS+= totem-[0-9]*
12 12
13CONFIGURE_ARGS+= --enable-xine=yes 13CONFIGURE_ARGS+= --enable-xine=yes
 14CONFIGURE_ARGS+= --disable-browser-plugins
14 15
15# needed for fake events to keep screensavers out, dubious 16# needed for fake events to keep screensavers out, dubious
16.include "../../x11/libXtst/buildlink3.mk" 17.include "../../x11/libXtst/buildlink3.mk"
17# XVIDMODE is disabled in the source 18# XVIDMODE is disabled in the source
18#.include "../../x11/libXxf86vm/buildlink3.mk" 19#.include "../../x11/libXxf86vm/buildlink3.mk"
19 20
20.include "../../multimedia/xine-lib/buildlink3.mk" 21.include "../../multimedia/xine-lib/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"