pkgsrc-WIP-changes archive

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

bowtie2: Add ONLY_FOR_PLATFORM



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Mon Mar 3 17:35:53 2025 -0600
Changeset:	f8edaa8fc9651251452ad8f02787d66f52dbede3

Modified Files:
	bowtie2/Makefile

Log Message:
bowtie2: Add ONLY_FOR_PLATFORM

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

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

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

diffs:
diff --git a/bowtie2/Makefile b/bowtie2/Makefile
index 6791b25cd4..444de0cd85 100644
--- a/bowtie2/Makefile
+++ b/bowtie2/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://github.com/BenLangmead/bowtie2
 COMMENT=	Ultrafast, memory-efficient short read aligner
 LICENSE=	gnu-gpl-v3
 
+ONLY_FOR_PLATFORM=	${LP64PLATFORMS}
+
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake pax:build perl:run
 REPLACE_PERL=	scripts/*.pl bowtie2


Home | Main Index | Thread Index | Old Index