aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2023-01-22 16:42:34 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2023-01-22 16:42:34 +0000
commitb0cafd4b1d5be5c256717eae0062ca28a50d5f79 (patch)
tree0258911272fd925da1a16ad1934cabd48d7362ea
parent36008fbef4833347d61534616566ddb58c4e3d32 (diff)
downloadports-b0cafd4b1d5be5c256717eae0062ca28a50d5f79.tar.gz
ports-b0cafd4b1d5be5c256717eae0062ca28a50d5f79.zip
biology/freebayes: Drop redundant tabixpp dep
tabixpp is included as a git submodule
-rw-r--r--biology/freebayes/Makefile5
1 files 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