aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2017-02-01 17:05:18 +0000
committerJohn Marino <marino@FreeBSD.org>2017-02-01 17:05:18 +0000
commit7303f590e8b05ec68d22f058c7f65ab61b9bfec9 (patch)
tree82d7942eea521abd700c03e66bb7f5a4d83ae050 /ftp/proftpd/Makefile
parent887ddc1fef9df2299ab4874d6c1b652c85deb653 (diff)
Notes
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r--ftp/proftpd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index a7bfb4037094..0126d80dea49 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -174,6 +174,9 @@ CONFIGURE_ARGS+= --with-libraries=${LIBDIRS}
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
+.if ${SSL_DEFAULT:Mlibressl*}
+BROKEN= Does not build with libressl
+.endif
.if !defined(_BUILDING_PROFTPD_MODULE)