git: b0cafd4b1d5b - main - biology/freebayes: Drop redundant tabixpp dep
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Jan 2023 16:43:29 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0cafd4b1d5be5c256717eae0062ca28a50d5f79 commit b0cafd4b1d5be5c256717eae0062ca28a50d5f79 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2023-01-22 16:42:34 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2023-01-22 16:42:34 +0000 biology/freebayes: Drop redundant tabixpp dep tabixpp is included as a git submodule --- biology/freebayes/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/biology/freebayes/Makefile b/biology/freebayes/Makefile index 3590dea7ef65..5c3c29cd38b5 100644 --- a/biology/freebayes/Makefile +++ b/biology/freebayes/Makefile @@ -1,7 +1,7 @@ PORTNAME= freebayes DISTVERSIONPREFIX= v DISTVERSION= 1.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -10,8 +10,7 @@ WWW= https://github.com/ekg/freebayes LICENSE= MIT -LIB_DEPENDS= libhts.so:biology/htslib \ - libtabix.so:biology/tabixpp +LIB_DEPENDS= libhts.so:biology/htslib # Submodules use older versions than the ports, so we cannot safely unbundle # No shared libs are built by the submodules so there will be no conflicts