pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/xulrunner Add yasm>=1.1.0 as a build dependence.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e67b89eae22
branches:  trunk
changeset: 597624:1e67b89eae22
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Thu Jan 05 07:52:05 2012 +0000

description:
Add yasm>=1.1.0 as a build dependence.

diffstat:

 devel/xulrunner/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d51197b42a15 -r 1e67b89eae22 devel/xulrunner/Makefile
--- a/devel/xulrunner/Makefile  Thu Jan 05 00:53:27 2012 +0000
+++ b/devel/xulrunner/Makefile  Thu Jan 05 07:52:05 2012 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index