pkgsrc-WIP-changes archive

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

salmon: Add unzip dep



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Sep 13 16:43:03 2018 -0500
Changeset:	634bb48caad7c62eb9509a3ad21722a3d6b058f2

Modified Files:
	salmon/Makefile

Log Message:
salmon: Add unzip dep

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

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

diffstat:
 salmon/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/salmon/Makefile b/salmon/Makefile
index 9c08f3b72b..7ffe793605 100644
--- a/salmon/Makefile
+++ b/salmon/Makefile
@@ -41,7 +41,8 @@ SUBST_FILES.staden+=	${WRKSRC}/CMakeFiles/libstadenio.dir/build.make
 # MAKE_JOBS_SAFE=	no
 
 DEPENDS=	bash>=0:../../shells/bash \
-		autoconf>=0:../../devel/autoconf
+		autoconf>=0:../../devel/autoconf \
+		unzip>=0:../../archivers/unzip
 
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	cmake gmake


Home | Main Index | Thread Index | Old Index