diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-06-21 02:30:36 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-06-21 02:30:36 +0000 |
commit | 24b35f84c974c769cdb463b4c2fa4d6a06f0f3ed (patch) | |
tree | 7ababf8e0963d1cd72e611164296a831fd14fb96 /mail | |
parent | 1c2d8d1f6a06f712a4acd563169c2788fb36d799 (diff) | |
download | ports-24b35f84c974c769cdb463b4c2fa4d6a06f0f3ed.tar.gz ports-24b35f84c974c769cdb463b4c2fa4d6a06f0f3ed.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index c037236330e0..7cca18a93deb 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFINE= IPV6 DOCS CONFLICTS= mailx-[0-9]* MAKE_JOBS_UNSAFE= yes -USES= iconv ssl tar:bzip2 +USES= iconv localbase ssl tar:bzip2 MAKE_ARGS= PREFIX="${PREFIX}" \ SYSCONFDIR="${PREFIX}/etc" \ SENDMAIL="/usr/sbin/sendmail" \ @@ -26,9 +26,6 @@ MAKE_ARGS= PREFIX="${PREFIX}" \ PORTDOCS= AUTHORS COPYING ChangeLog README TODO -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} |