aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 12:32:57 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 15:10:19 +0000
commit624510a6e0503241a6a9ac94a08178366d8428f9 (patch)
tree22ac9d309352c77eeb2a76f39f95dca3b5cc64a9
parent8cf67ffddfbc8321df6d452cc9333129f42dbe96 (diff)
downloadports-624510a6e0503241a6a9ac94a08178366d8428f9.tar.gz
ports-624510a6e0503241a6a9ac94a08178366d8428f9.zip
ftp/freebsd-ftpd: Remove blacklist conditionals
All supported FreeBSD release now has blacklist support so remove the extra conditionals. Approved by: portmgr (blanket)
-rw-r--r--ftp/freebsd-ftpd/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ftp/freebsd-ftpd/Makefile b/ftp/freebsd-ftpd/Makefile
index d2f6869f249c..9eb9980babeb 100644
--- a/ftp/freebsd-ftpd/Makefile
+++ b/ftp/freebsd-ftpd/Makefile
@@ -21,9 +21,6 @@ MAKE_ENV+= MAKESYSPATH=/usr/src/share/mk \
OPTIONS_DEFINE= IPV6 LIBBLACKLIST
OPTIONS_DEFAULT= IPV6 LIBBLACKLIST
-.if !exists(/usr/include/blacklist.h)
-OPTIONS_EXCLUDE= LIBBLACKLIST
-.endif
LIBBLACKLIST_DESC= libblacklist(3) support for rlogind(8) and rshd(8)
LIBBLACKLIST_MAKE_ARGS= USE_LIBBLACKLIST=yes