diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-05 07:52:05 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-05 07:52:05 +0000 |
commit | 27d752a9c4ea80b0b72f61aba9cfe90311c0b1ea (patch) | |
tree | 4826dca14b302240c25a967bd6fb7a3ef2cdba1a /devel/xulrunner | |
parent | 443c91b6dc993166db94998bcf89ea11ffc914a7 (diff) | |
download | pkgsrc-27d752a9c4ea80b0b72f61aba9cfe90311c0b1ea.tar.gz |
Add yasm>=1.1.0 as a build dependence.
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index f19ca8edb93..fcddeba328a 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -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 |