aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2024-04-12 06:04:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2024-04-12 06:04:05 +0000
commit0660187ad07f36727fead6764740a225a31f342f (patch)
tree33b1e72c87dc7d4c93a723fc7a23f51d791785d7 /biology
parent38e3f7255c438a90466c0a54b352f472f4bbc001 (diff)
downloadports-0660187ad07f36727fead6764740a225a31f342f.tar.gz
ports-0660187ad07f36727fead6764740a225a31f342f.zip
cleanup: remove occurrences of WITH_DEBUG
DEBUG like all ports features, must not ever be set in a port, they are user facing features, that the user needs to enable in their environment/make.conf, either by defining WITH_DEBUG globally, or by setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled in.
Diffstat (limited to 'biology')
-rw-r--r--biology/salmon/Makefile1
-rw-r--r--biology/sra-tools/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/biology/salmon/Makefile b/biology/salmon/Makefile
index 4e2767cda0de..f379e0c01934 100644
--- a/biology/salmon/Makefile
+++ b/biology/salmon/Makefile
@@ -40,7 +40,6 @@ CMAKE_ARGS+= -DHAVE_FAST_MALLOC:BOOL=on \
-DFETCHED_PUFFERFISH:BOOL=on \
-DFETCHED_LIBGFF:BOOL=on \
-DFETCH_STADEN:BOOL=true
-WITH_DEBUG= yes
LDFLAGS+= -lpthread
pre-configure:
diff --git a/biology/sra-tools/Makefile b/biology/sra-tools/Makefile
index 39dd02760918..2b9eb8e674cb 100644
--- a/biology/sra-tools/Makefile
+++ b/biology/sra-tools/Makefile
@@ -35,7 +35,6 @@ SHEBANG_GLOB= *.sh
GH_ACCOUNT= ncbi
GH_TUPLE+= ncbi:ncbi-vdb:${DISTVERSION}:vdb/ncbi-vdb
-WITH_DEBUG= yes
CMAKE_ARGS+= -DVDB_LIBDIR:STRING=${WRKSRC}/ncbi-vdb/build/lib
post-extract: