summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/mpd5/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile
index e03e4f43e49d..6551d7ce907c 100644
--- a/net/mpd5/Makefile
+++ b/net/mpd5/Makefile
@@ -14,10 +14,6 @@ COMMENT= Multi-link PPP daemon based on netgraph(4)
LICENSE= BSD3CLAUSE
-BROKEN_SSL= libressl libressl-devel
-BROKEN_SSL_REASON_libressl= needs libfetch(3) linked with system libssl
-BROKEN_SSL_REASON_libressl-devel= needs libfetch(3) linked with system libssl
-
OPTIONS_DEFINE= DOCS NG_IPACCT
NG_IPACCT_DESC= Use ng_ipacct kernel module from port
@@ -30,11 +26,6 @@ USES= ssl
MAKE_ARGS+= OSVERSION=${OSVERSION}
-.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1200085
-BROKEN_SSL+= openssl111
-BROKEN_SSL_REASON_openssl111= needs libfetch(3) linked with system libssl
-.endif
-
.if ${PORT_OPTIONS:MNG_IPACCT}
BUILD_DEPENDS+= ${LOCALBASE}/include/netgraph/ng_ipacct.h:net-mgmt/ng_ipacct
.if exists(${KMODDIR}/ng_ipacct.ko)