From e8a0b0a43dcc4683f76d7c8011d3639c20c8bb3d Mon Sep 17 00:00:00 2001 From: sbd Date: Thu, 5 Jan 2012 08:02:20 +0000 Subject: Add yasm>=1.1.0 as a build dependence. --- www/firefox/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index b7a1ab39bf3..be073b37876 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -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 @@ HOMEPAGE= http://www.mozilla.com/en-US/firefox/ 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 -- cgit v1.2.3