diff options
author | sbd <sbd> | 2012-01-05 08:02:20 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-01-05 08:02:20 +0000 |
commit | 3ba188e0701b97902fbadb0405f0736c620ceb01 (patch) | |
tree | 771da708a58e98547808bda385e2644eef09b902 /www/firefox | |
parent | 7dc701797bac269ebf545bab61d10edb8f55f8ff (diff) | |
download | pkgsrc-3ba188e0701b97902fbadb0405f0736c620ceb01.tar.gz |
Add yasm>=1.1.0 as a build dependence.
Diffstat (limited to 'www/firefox')
-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 |