pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox Add yasm>=1.1.0 as a build dependence.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/501726d655b7
branches:  trunk
changeset: 597627:501726d655b7
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Thu Jan 05 08:02:20 2012 +0000

description:
Add yasm>=1.1.0 as a build dependence.

diffstat:

 www/firefox/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 21c4c04d0637 -r 501726d655b7 www/firefox/Makefile
--- a/www/firefox/Makefile      Thu Jan 05 08:01:46 2012 +0000
+++ b/www/firefox/Makefile      Thu Jan 05 08:02:20 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2011/11/12 12:45:04 tnn Exp $
+# $NetBSD: Makefile,v 1.91 2012/01/05 08:02:20 sbd Exp $
 
 .include "../../devel/xulrunner/dist.mk"
 PKGNAME=       firefox-${FIREFOX_VER}
@@ -9,6 +9,8 @@
 COMMENT=       Web browser with support for extensions
 LICENSE=       mpl-1.1
 
+BUILD_DEPENDS+=        yasm>=1.1.0:../../devel/yasm
+
 MOZILLA_DIR=   # empty
 
 CONFIGURE_ARGS+=       --enable-application=browser



Home | Main Index | Thread Index | Old Index