pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey (www/seamonkey) Hopefully build fix: Add...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da730b2704ad
branches:  trunk
changeset: 446753:da730b2704ad
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Feb 13 07:07:08 2021 +0000

description:
(www/seamonkey) Hopefully build fix: Add DEPENDS+=  nasm>=2.13

diffstat:

 www/seamonkey/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d6fc7af01903 -r da730b2704ad www/seamonkey/Makefile
--- a/www/seamonkey/Makefile    Sat Feb 13 05:59:23 2021 +0000
+++ b/www/seamonkey/Makefile    Sat Feb 13 07:07:08 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.229 2021/02/08 12:26:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.230 2021/02/13 07:07:08 mef Exp $
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER:S/b/beta/}
@@ -12,6 +12,8 @@
 COMMENT=       All-in-one Internet application suite
 LICENSE=       mpl-2.0
 
+DEPENDS+=      nasm>=2.13:../../devel/nasm
+
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/.source//}
 MOZILLA_DIR=   
 PLIST_SRC+=    ${PLIST_SRC_DFLT}



Home | Main Index | Thread Index | Old Index