diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /ftp/bsdftpd-ssl | |
parent | Fix numerous style issues, sort the knobs, kill EOL whitespace. (diff) |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=436247
Diffstat (limited to 'ftp/bsdftpd-ssl')
-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 |