aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2017-02-02 01:05:18 +0800
committermarino <marino@FreeBSD.org>2017-02-02 01:05:18 +0800
commitc07beb13f5c05ada82f4d2b867cf204353a77b4d (patch)
tree82d7942eea521abd700c03e66bb7f5a4d83ae050
parentc6b6ff9e23397e1677110c0b5683f1591fc3b45e (diff)
downloadfreebsd-ports-gnome-c07beb13f5c05ada82f4d2b867cf204353a77b4d.tar.gz
freebsd-ports-gnome-c07beb13f5c05ada82f4d2b867cf204353a77b4d.tar.zst
freebsd-ports-gnome-c07beb13f5c05ada82f4d2b867cf204353a77b4d.zip
The latest version of ftp/proftpd doesn't build with libressl either.
Increase the IGNORE from openssl-devel to include all versions of libressl. Approved by: SSL blanket
-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)