pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jan 25 04:39:53 UTC 2022

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.common

Log Message:
(ham/gnuradio-core) +DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/ham/gnuradio-core/Makefile.common

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

Modified files:

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.36 pkgsrc/ham/gnuradio-core/Makefile.common:1.37
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.36       Sun Jan 16 18:06:25 2022
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Tue Jan 25 04:39:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2022/01/16 18:06:25 tnn Exp $
+# $NetBSD: Makefile.common,v 1.37 2022/01/25 04:39:53 mef Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -41,6 +41,7 @@ USE_TOOLS=            perl gmake cmake pkg-config
 USE_CMAKE=             yes
 
 DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 # for companion
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=      ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako



Home | Main Index | Thread Index | Old Index