pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox52



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 23 08:20:04 UTC 2020

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

Log Message:
firefox52: Make py-expat dependency explicit


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/firefox52/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/firefox52/mozilla-common.mk
diff -u pkgsrc/www/firefox52/mozilla-common.mk:1.11 pkgsrc/www/firefox52/mozilla-common.mk:1.12
--- pkgsrc/www/firefox52/mozilla-common.mk:1.11 Tue Dec 22 14:34:11 2020
+++ pkgsrc/www/firefox52/mozilla-common.mk      Wed Dec 23 08:20:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.11 2020/12/22 14:34:11 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.12 2020/12/23 08:20:04 nia Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -138,6 +138,7 @@ PREFER.bzip2?=      pkgsrc
 
 PYTHON_VERSIONS_ACCEPTED=      27
 PYTHON_FOR_BUILD_ONLY=         tool
+TOOL_DEPENDS+=                 ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
 .include "../../archivers/bzip2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libevent+=       libevent>=1.1



Home | Main Index | Thread Index | Old Index