pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 13 07:07:08 UTC 2021

Modified Files:
        pkgsrc/www/seamonkey: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 pkgsrc/www/seamonkey/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/seamonkey/Makefile
diff -u pkgsrc/www/seamonkey/Makefile:1.229 pkgsrc/www/seamonkey/Makefile:1.230
--- pkgsrc/www/seamonkey/Makefile:1.229 Mon Feb  8 12:26:20 2021
+++ pkgsrc/www/seamonkey/Makefile       Sat Feb 13 07:07:08 2021
@@ -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 @@ HOMEPAGE=     https://www.seamonkey-project.
 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