pkgsrc-WIP-changes archive

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

*: move API depends next to include



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Jul 26 22:54:47 2020 +0200
Changeset:	9639ab9d967d8978395081b1ff3ab98a96b1c2f8

Modified Files:
	bcftools/Makefile
	samtools/Makefile

Log Message:
*: move API depends next to include

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

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

diffstat:
 bcftools/Makefile | 3 +--
 samtools/Makefile | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/bcftools/Makefile b/bcftools/Makefile
index ccc6966665..2efe84b939 100644
--- a/bcftools/Makefile
+++ b/bcftools/Makefile
@@ -9,8 +9,6 @@ HOMEPAGE=	https://www.htslib.org/
 COMMENT=	Tools for manipulating BCF and VCF variant call files
 LICENSE=	mit
 
-BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.10.2
-
 USE_TOOLS+=	autoconf automake autoreconf bash gmake perl
 GNU_CONFIGURE=	yes
 
@@ -50,6 +48,7 @@ post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/vcfutils.pl \
 		${DESTDIR}${PREFIX}/bin/vcfutils
 
+BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.10.2
 .include "../../biology/htslib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"
diff --git a/samtools/Makefile b/samtools/Makefile
index 1ed103237c..8a10b33247 100644
--- a/samtools/Makefile
+++ b/samtools/Makefile
@@ -9,8 +9,6 @@ HOMEPAGE=	https://www.htslib.org/
 COMMENT=	Tools for manipulating sequence alignment maps
 LICENSE=	mit
 
-BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.10.2
-
 USE_TOOLS+=	autoconf automake autoreconf bash gmake perl
 GNU_CONFIGURE=	yes
 
@@ -36,6 +34,7 @@ TEST_TARGET=		test
 pre-configure:
 	cd ${WRKSRC} && autoreconf -if
 
+BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.10.2
 .include "../../wip/htslib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"


Home | Main Index | Thread Index | Old Index