diff options
Diffstat (limited to 'ftp/bsdftpd-ssl/Makefile')
-rw-r--r-- | ftp/bsdftpd-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile index 02c98f277413..bf1d56b5c36c 100644 --- a/ftp/bsdftpd-ssl/Makefile +++ b/ftp/bsdftpd-ssl/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.sourcefiles.org/System/Daemons/FTP/ \ MAINTAINER= skynick@mail.sc.ru COMMENT= Secure FTP client/server with TLS/SSL support -USE_OPENSSL= yes +USES= ssl MAKE_ENV+= OBJFORMAT=elf MAKE_JOBS_UNSAFE= yes |