pkgsrc-WIP-changes archive

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

glusterfs: simplify bash dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Mar 10 09:24:39 2023 +0100
Changeset:	061369e48927db40119d2259279de202f24e5868

Modified Files:
	glusterfs/Makefile

Log Message:
glusterfs: simplify bash dependency

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

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

diffstat:
 glusterfs/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/glusterfs/Makefile b/glusterfs/Makefile
index 8dd38b3d8c..c56b1e6635 100644
--- a/glusterfs/Makefile
+++ b/glusterfs/Makefile
@@ -9,10 +9,9 @@ HOMEPAGE=	https://www.gluster.org/
 COMMENT=	Cluster filesystem
 LICENSE=	gnu-gpl-v3
 
-DEPENDS+=	bash>=4:../../shells/bash
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
-USE_TOOLS+=	flex bison pkg-config bash autoconf autoreconf automake
+USE_TOOLS+=	flex bison pkg-config bash:run autoconf autoreconf automake
 
 CONFIGURE_ARGS+=	--disable-fusermount
 CONFIGURE_ARGS+=	--disable-fuse-notifications


Home | Main Index | Thread Index | Old Index