pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-small



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sun Oct  1 13:22:19 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/bulk-small: Makefile

Log Message:
bulk-small: Fix py-setuptools path.

Otherwise this, bulk-medium, and bulk-large just won't build at all.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/meta-pkgs/bulk-small/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/bulk-small/Makefile
diff -u pkgsrc/meta-pkgs/bulk-small/Makefile:1.49 pkgsrc/meta-pkgs/bulk-small/Makefile:1.50
--- pkgsrc/meta-pkgs/bulk-small/Makefile:1.49   Tue Sep 26 08:34:25 2023
+++ pkgsrc/meta-pkgs/bulk-small/Makefile        Sun Oct  1 13:22:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2023/09/26 08:34:25 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2023/10/01 13:22:19 riastradh Exp $
 
 DISTNAME=      bulk-small-20230915
 CATEGORIES=    meta-pkgs
@@ -240,7 +240,7 @@ TRANSITIVE+=        help2man-[0-9]*:../../conve
 TRANSITIVE+=   p5-gettext-[0-9]*:../../devel/p5-gettext
 
 # required by devel/meson
-TRANSITIVE+=   ${PYPKGPREFIX}-setuptools-[0-9]*:../../textproc/py-setuptools
+TRANSITIVE+=   ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TRANSITIVE+=   ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
 # required by devel/ninja-build



Home | Main Index | Thread Index | Old Index