Thu Jan 5 08:02:20 2012 UTC ()
Add yasm>=1.1.0 as a build dependence.


(sbd)
diff -r1.90 -r1.91 pkgsrc/www/firefox/Makefile

cvs diff -r1.90 -r1.91 pkgsrc/www/firefox/Makefile (expand / switch to unified diff)

--- pkgsrc/www/firefox/Makefile 2011/11/12 12:45:04 1.90
+++ pkgsrc/www/firefox/Makefile 2012/01/05 08:02:20 1.91
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.90 2011/11/12 12:45:04 tnn Exp $ 1# $NetBSD: Makefile,v 1.91 2012/01/05 08:02:20 sbd Exp $
2 2
3.include "../../devel/xulrunner/dist.mk" 3.include "../../devel/xulrunner/dist.mk"
4PKGNAME= firefox-${FIREFOX_VER} 4PKGNAME= firefox-${FIREFOX_VER}
5CATEGORIES= www 5CATEGORIES= www
6 6
7MAINTAINER= tnn@NetBSD.org 7MAINTAINER= tnn@NetBSD.org
8HOMEPAGE= http://www.mozilla.com/en-US/firefox/ 8HOMEPAGE= http://www.mozilla.com/en-US/firefox/
9COMMENT= Web browser with support for extensions 9COMMENT= Web browser with support for extensions
10LICENSE= mpl-1.1 10LICENSE= mpl-1.1
11 11
 12BUILD_DEPENDS+= yasm>=1.1.0:../../devel/yasm
 13
12MOZILLA_DIR= # empty 14MOZILLA_DIR= # empty
13 15
14CONFIGURE_ARGS+= --enable-application=browser 16CONFIGURE_ARGS+= --enable-application=browser
15CONFIGURE_ARGS+= --with-libxul-sdk=${PREFIX}/lib/xulrunner-sdk 17CONFIGURE_ARGS+= --with-libxul-sdk=${PREFIX}/lib/xulrunner-sdk
16CONFIGURE_ARGS+= --with-system-libxul 18CONFIGURE_ARGS+= --with-system-libxul
17 19
18ALL_ENV+= MOZILLA_PKG_NAME=firefox 20ALL_ENV+= MOZILLA_PKG_NAME=firefox
19 21
20.include "../../devel/xulrunner/mozilla-common.mk" 22.include "../../devel/xulrunner/mozilla-common.mk"
21.include "options.mk" 23.include "options.mk"
22 24
23MOZILLA=firefox 25MOZILLA=firefox
24MOZILLA_ICON= ${WRKSRC}/dist/firefox/chrome/icons/default/default48.png 26MOZILLA_ICON= ${WRKSRC}/dist/firefox/chrome/icons/default/default48.png