Add yasm>=1.1.0 as a build dependence.
This commit is contained in:
parent
1eb652a117
commit
c4848cd2b2
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.58 2011/11/13 17:02:20 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.59 2012/01/05 07:52:05 sbd Exp $
|
||||
|
||||
.include "dist.mk"
|
||||
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
|
||||
|
@ -9,6 +9,8 @@ HOMEPAGE= http://developer.mozilla.org/en/docs/XULRunner
|
|||
COMMENT= XML User Interface Language runtime environment
|
||||
LICENSE= mpl-1.1
|
||||
|
||||
BUILD_DEPENDS+= yasm>=1.1.0:../../devel/yasm
|
||||
|
||||
MOZILLA_DIR= # empty
|
||||
|
||||
PKGCONFIG_OVERRIDE+= xulrunner/installer/libxul-embedding.pc.in
|
||||
|
|
Loading…
Reference in a new issue