pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/argyllcms



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Fri Nov 24 20:25:39 UTC 2023

Modified Files:
        pkgsrc/graphics/argyllcms: Makefile

Log Message:
Switch BUILD_DEPENDS to TOOL_DEPENDS as had been done in pkgsrc-wip.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/argyllcms/Makefile

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

Modified files:

Index: pkgsrc/graphics/argyllcms/Makefile
diff -u pkgsrc/graphics/argyllcms/Makefile:1.1 pkgsrc/graphics/argyllcms/Makefile:1.2
--- pkgsrc/graphics/argyllcms/Makefile:1.1      Fri Nov 17 17:37:48 2023
+++ pkgsrc/graphics/argyllcms/Makefile  Fri Nov 24 20:25:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/11/17 17:37:48 jakllsch Exp $
+# $NetBSD: Makefile,v 1.2 2023/11/24 20:25:39 jakllsch Exp $
 
 DISTNAME=      Argyll_V3.0.2_src
 PKGNAME=       ${DISTNAME:S/_V/cms-/:S/_src$//:tl}
@@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+=  zlib/zlib.pc.in
 
 BUILDLINK_TRANSFORM+=  rm:-ldl
 
-BUILD_DEPENDS+=        jam>=2.5.2:../../devel/jam
+TOOL_DEPENDS+= jam>=2.5.2:../../devel/jam
 
 do-build:
        cd ${WRKSRC} && ${SETENV} DESTDIR=${DESTDIR} PREFIX=${PREFIX} \



Home | Main Index | Thread Index | Old Index