diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-05 08:02:20 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-05 08:02:20 +0000 |
commit | e8a0b0a43dcc4683f76d7c8011d3639c20c8bb3d (patch) | |
tree | 771da708a58e98547808bda385e2644eef09b902 /www | |
parent | c4850b569075c5c115cabc32fc0d6f809b070e98 (diff) | |
download | pkgsrc-e8a0b0a43dcc4683f76d7c8011d3639c20c8bb3d.tar.gz |
Add yasm>=1.1.0 as a build dependence.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |