Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 14:01:10 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1624 - in trunk: mail/thunderbird www/firefox www/firefox-nightly www/seamonkey
Message-ID:  <201407181401.s6IE1An8014158@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jul 18 14:01:10 2014
New Revision: 1624

Log:
gstreamer1-libav is not used during build

Modified:
   trunk/mail/thunderbird/Makefile
   trunk/www/firefox-nightly/Makefile
   trunk/www/firefox/Makefile
   trunk/www/seamonkey/Makefile

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Fri Jul 18 13:57:08 2014	(r1623)
+++ trunk/mail/thunderbird/Makefile	Fri Jul 18 14:01:10 2014	(r1624)
@@ -101,7 +101,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
-BUILD_DEPENDS+=	gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
+RUN_DEPENDS+=	gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
 .endif
 
 .if ${PORT_OPTIONS:MENIGMAIL}

Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile	Fri Jul 18 13:57:08 2014	(r1623)
+++ trunk/www/firefox-nightly/Makefile	Fri Jul 18 14:01:10 2014	(r1624)
@@ -95,7 +95,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
-BUILD_DEPENDS+=	gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
+RUN_DEPENDS+=	gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
 .endif
 
 .if ! ${PORT_OPTIONS:MMACH}

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile	Fri Jul 18 13:57:08 2014	(r1623)
+++ trunk/www/firefox/Makefile	Fri Jul 18 14:01:10 2014	(r1624)
@@ -81,7 +81,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
-BUILD_DEPENDS+=	gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
+RUN_DEPENDS+=	gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
 .endif
 
 post-extract:

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Fri Jul 18 13:57:08 2014	(r1623)
+++ trunk/www/seamonkey/Makefile	Fri Jul 18 14:01:10 2014	(r1624)
@@ -108,7 +108,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
-BUILD_DEPENDS+=	gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
+RUN_DEPENDS+=	gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
 .endif
 
 .if ! ${PORT_OPTIONS:MMAILNEWS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407181401.s6IE1An8014158>