diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 4 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 4 | ||||
-rw-r--r-- | ftp/wget/Makefile | 8 |
3 files changed, 1 insertions, 15 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 69cc920104e9..14f3b0d43080 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -60,8 +60,4 @@ post-install-DOCS-on: USE_GCC= yes .endif -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - .include <bsd.port.post.mk> diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 90ff5a675d0d..f85335b252ae 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -176,10 +176,6 @@ CONFIGURE_ARGS+= --with-libraries=${LIBDIRS} .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - .if !defined(_BUILDING_PROFTPD_MODULE) .if empty(ICONV_PREFIX) diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index a877b8f93f75..1453f708c96e 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -97,10 +97,4 @@ post-patch-DOCS-off: -e '/^install-data-am:/ s, install-info-am,,' \ ${WRKSRC}/doc/Makefile.in -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |