summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/Makefile
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2016-07-02 11:22:00 +0000
committerBernard Spil <brnrd@FreeBSD.org>2016-07-02 11:22:00 +0000
commit1993b11516f8d0473a7194e427d07fe94449bbaf (patch)
tree6afef88edf4b6984802eec76b8b4d9fbaa3452e7 /mail/heirloom-mailx/Makefile
parentRemove expired port: (diff)
mail/heirloom-mailx: Fix build without EGD
- Add patch for building without EGD (OpenSSL 1.1/LibreSSL) - Move from USE_OPENSSL to USES=ssl PR: 205540 Approved by: Maintainer timeout
Notes
Notes: svn path=/head/; revision=417925
Diffstat (limited to 'mail/heirloom-mailx/Makefile')
-rw-r--r--mail/heirloom-mailx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
index 24f80b82c58f..f4cf96efb714 100644
--- a/mail/heirloom-mailx/Makefile
+++ b/mail/heirloom-mailx/Makefile
@@ -17,8 +17,7 @@ OPTIONS_DEFINE= IPV6 DOCS
CONFLICTS= mailx-[0-9]*
MAKE_JOBS_UNSAFE= yes
-USES= iconv tar:bzip2
-USE_OPENSSL= yes
+USES= iconv ssl tar:bzip2
MAKE_ARGS= PREFIX="${PREFIX}" \
SYSCONFDIR="${PREFIX}/etc" \
SENDMAIL="/usr/sbin/sendmail" \