pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
stringtie: Fix TEST_DEPENDS, add zlib dep for Linux
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Wed Jul 19 09:43:56 2023 -0500
Changeset: 41256e0a8657b7c5fb12126252288dedefec4c69
Modified Files:
stringtie/Makefile
Log Message:
stringtie: Fix TEST_DEPENDS, add zlib dep for Linux
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=41256e0a8657b7c5fb12126252288dedefec4c69
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
stringtie/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/stringtie/Makefile b/stringtie/Makefile
index 21ba206a06..213a9189c6 100644
--- a/stringtie/Makefile
+++ b/stringtie/Makefile
@@ -14,8 +14,8 @@ HOMEPAGE= http://www.ccb.jhu.edu/software/stringtie/
COMMENT= Transcript assembly and quantification for RNA-seq
LICENSE= mit
-TEST_DEPENDS= bash:../../shells/bash \
- curl:../../www/curl
+TEST_DEPENDS= bash>0:../../shells/bash \
+ curl>0:../../www/curl
TEST_TARGET= test
USE_LANGUAGES= c c++
@@ -27,4 +27,5 @@ INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stringtie ${DESTDIR}${PREFIX}/bin
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index