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) convert DEPENDS+= nasm>=...



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

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

diffstat:

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

diffs (18 lines):

diff -r da730b2704ad -r fd3177630be9 www/seamonkey/Makefile
--- a/www/seamonkey/Makefile    Sat Feb 13 07:07:08 2021 +0000
+++ b/www/seamonkey/Makefile    Sat Feb 13 07:09:29 2021 +0000
@@ -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 @@
 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