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:09:30 UTC 2021

Modified Files:
        pkgsrc/www/seamonkey: Makefile

Log Message:
(www/seamonkey) convert DEPENDS+= nasm>=2.13 to BUILD_DEPENDS+=


To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 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.230 pkgsrc/www/seamonkey/Makefile:1.231
--- pkgsrc/www/seamonkey/Makefile:1.230 Sat Feb 13 07:07:08 2021
+++ pkgsrc/www/seamonkey/Makefile       Sat Feb 13 07:09:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.230 2021/02/13 07:07:08 mef Exp $
+# $NetBSD: Makefile,v 1.231 2021/02/13 07:09:29 mef Exp $
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER:S/b/beta/}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://www.seamonkey-project.
 COMMENT=       All-in-one Internet application suite
 LICENSE=       mpl-2.0
 
-DEPENDS+=      nasm>=2.13:../../devel/nasm
+BUILD_DEPENDS+=        nasm>=2.13:../../devel/nasm
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/.source//}
 MOZILLA_DIR=   



Home | Main Index | Thread Index | Old Index