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:   nikita
Date:           Wed May  3 16:38:27 UTC 2023

Modified Files:
        pkgsrc/www/seamonkey: mozilla-common.mk

Log Message:
seamonkey: configure in pbulk points out cbindgen dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/seamonkey/mozilla-common.mk

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/mozilla-common.mk
diff -u pkgsrc/www/seamonkey/mozilla-common.mk:1.17 pkgsrc/www/seamonkey/mozilla-common.mk:1.18
--- pkgsrc/www/seamonkey/mozilla-common.mk:1.17 Wed Apr 19 00:16:02 2023
+++ pkgsrc/www/seamonkey/mozilla-common.mk      Wed May  3 16:38:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.17 2023/04/19 00:16:02 wiz Exp $
+# $NetBSD: mozilla-common.mk,v 1.18 2023/05/03 16:38:27 nikita Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -31,6 +31,8 @@ ALL_ENV+=                     PYTHON3=${PREFIX}/bin/python
 TOOL_DEPENDS+=                 py38-expat-[0-9]*:../../textproc/py-expat
 .endif
 
+TOOL_DEPENDS+=                 cbindgen>=0.24.3:../../devel/cbindgen
+
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 BUILD_DEPENDS+=                yasm>=1.1:../../devel/yasm
 



Home | Main Index | Thread Index | Old Index