svn commit: r350701 - head/multimedia/gxine
Baptiste Daroussin
bapt at FreeBSD.org
Wed Apr 9 13:43:06 UTC 2014
Author: bapt
Date: Wed Apr 9 13:43:05 2014
New Revision: 350701
URL: http://svnweb.freebsd.org/changeset/ports/350701
QAT: https://qat.redports.org/buildarchive/r350701/
Log:
Use USES=webplugin, USES=libtool
Modified:
head/multimedia/gxine/Makefile
head/multimedia/gxine/pkg-plist
Modified: head/multimedia/gxine/Makefile
==============================================================================
--- head/multimedia/gxine/Makefile Wed Apr 9 13:34:04 2014 (r350700)
+++ head/multimedia/gxine/Makefile Wed Apr 9 13:43:05 2014 (r350701)
@@ -19,8 +19,7 @@ LIB_DEPENDS= libnspr4.so:${PORTSDIR}/dev
OPTIONS_DEFINE= MOZILLA_PLUGIN GNOME LIRC
MOZILLA_PLUGIN_DESC= Mozilla plugin
-USE_XZ= yes
-USES= gmake pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gtk20
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= MKDIR_P="${MKDIR}"
@@ -34,10 +33,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
.if ${PORT_OPTIONS:MMOZILLA_PLUGIN}
USE_XORG+= xaw
-USE_WEBPLUGINS= native
-WEBPLUGINS_DIR= ${PREFIX}/lib/gxine
-WEBPLUGINS_FILES=gxineplugin.so
-.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
+USES+= webplugin:native
+WEBPLUGIN_DIR= ${PREFIX}/lib/gxine
+WEBPLUGIN_FILES=gxineplugin.so
PLIST_SUB+= MOZILLA_PLUGIN=""
.else
CONFIGURE_ARGS+=--without-browser-plugin
Modified: head/multimedia/gxine/pkg-plist
==============================================================================
--- head/multimedia/gxine/pkg-plist Wed Apr 9 13:34:04 2014 (r350700)
+++ head/multimedia/gxine/pkg-plist Wed Apr 9 13:43:05 2014 (r350701)
@@ -63,5 +63,4 @@ share/pixmaps/gxine.png
@dirrmtry man/de/man1
@dirrmtry man/de
@dirrm lib/gxine
-%%MOZILLA_PLUGIN%%@dirrmtry lib/browser_plugins
@dirrm %%ETCDIR%%
More information about the svn-ports-all
mailing list