aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 12:53:30 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 15:10:20 +0000
commit6808f9715428d490a044a5fe69fd11c735d94828 (patch)
treed5c2ba1a2e77acaea825f1223b84afe388551818
parent361edeff47870566ad69b6b576c5ca5f43903d6e (diff)
downloadports-6808f9715428d490a044a5fe69fd11c735d94828.tar.gz
ports-6808f9715428d490a044a5fe69fd11c735d94828.zip
net/bsdrcmds: Remove blacklist conditionals
All supported FreeBSD release now has blacklist support so remove the extra conditionals. Approved by: portmgr (blanket)
-rw-r--r--net/bsdrcmds/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/bsdrcmds/Makefile b/net/bsdrcmds/Makefile
index dcae2c4ff5ef..66456f61ffd3 100644
--- a/net/bsdrcmds/Makefile
+++ b/net/bsdrcmds/Makefile
@@ -16,9 +16,6 @@ MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE}
OPTIONS_DEFINE= IPV6 LIBBLACKLIST
OPTIONS_DEFAULT= LIBBLACKLIST
-.if !exists(/usr/include/blacklist.h)
-OPTIONS_EXCLUDE= LIBBLACKLIST
-.endif
IPV6_MAKE_ARGS= USE_IPV6=yes