pkgsrc-WIP-changes archive

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

singularity: Add squashfs dep



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Sep 19 15:24:12 2018 -0500
Changeset:	fa054e34ecc4a6be67390507bff144409dc14ee7

Modified Files:
	singularity/Makefile

Log Message:
singularity: Add squashfs dep

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

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

diffstat:
 singularity/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/singularity/Makefile b/singularity/Makefile
index 375d81faec..b47c929de2 100644
--- a/singularity/Makefile
+++ b/singularity/Makefile
@@ -16,6 +16,8 @@ HOMEPAGE=	https://github.com/singularityware/singularity
 COMMENT=	Application container for Linux
 LICENSE=	modified-bsd
 
+DEPENDS+=	squashfs>=0:../../filesystems/squashfs
+
 REPLACE_PYTHON=		libexec/helpers/*/*.py
 REPLACE_PYTHON+=	libexec/python/*.py
 REPLACE_PYTHON+=	libexec/python/*/*.py


Home | Main Index | Thread Index | Old Index