pkgsrc-WIP-changes archive

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

fasda-utils: Spaces -> tabs in Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <jtocino%gmx.com@localhost>
Pushed By:	outpaddling
Date:		Fri Apr 4 08:43:49 2025 -0500
Changeset:	efb6e73062b58f5708754944e5bc41b8d0b0ba0b

Modified Files:
	fasda-utils/Makefile

Log Message:
fasda-utils: Spaces -> tabs in Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=efb6e73062b58f5708754944e5bc41b8d0b0ba0b

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

diffstat:
 fasda-utils/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/fasda-utils/Makefile b/fasda-utils/Makefile
index 2be5070859..7e993a338b 100644
--- a/fasda-utils/Makefile
+++ b/fasda-utils/Makefile
@@ -10,8 +10,8 @@ HOMEPAGE=	https://github.com/auerlab/fasda-utils
 COMMENT=	Fast and simple differential analysis extras
 LICENSE=	2-clause-bsd
 
-DEPENDS+=       ${PYPKGPREFIX}-seaborn>0:../../graphics/py-seaborn
-DEPENDS+=       ${PYPKGPREFIX}-fastcluster>0:../../wip/py-fastcluster
+DEPENDS+=	${PYPKGPREFIX}-seaborn>0:../../graphics/py-seaborn
+DEPENDS+=	${PYPKGPREFIX}-fastcluster>0:../../wip/py-fastcluster
 
 REPLACE_PYTHON=	Scripts/heatmap.py
 


Home | Main Index | Thread Index | Old Index