diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-06 08:40:01 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-06 08:40:01 +0000 |
commit | 9563b13a71768ffd341a5f038295a54644d08fb0 (patch) | |
tree | 7f1c1d0db9523502ee549e286ec327b22b1a4769 /mail/thunderbird | |
parent | d586f3d0b5fc0e3d7cd9e31f69e9cc216a10b478 (diff) | |
download | pkgsrc-9563b13a71768ffd341a5f038295a54644d08fb0.tar.gz |
Add yasm>=1.1.0 as a build dependence on platforms the need it.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index e9617a39fc2..6c0f97b7cd5 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2011/12/05 13:20:36 dholland Exp $ +# $NetBSD: Makefile,v 1.79 2012/01/06 08:40:01 sbd Exp $ # DISTNAME= thunderbird-${TB_VER}.source @@ -24,6 +24,13 @@ CONFIGURE_ARGS+= --enable-application=mail ALL_ENV+= MOZILLA_PKG_NAME=thunderbird +.include "../../mk/bsd.prefs.mk" + +.if (${OPSYS} == "Linux" || ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin") && \ + (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") +BUILD_DEPENDS+= yasm>=1.1.0:../../devel/yasm +.endif + #SUBST_CLASSES+= ext-compat #SUBST_STAGE.ext-compat= pre-configure #SUBST_MESSAGE.ext-compat= Fixing extension compatibility |