diff options
author | cy <cy@FreeBSD.org> | 2017-06-21 10:30:36 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-06-21 10:30:36 +0800 |
commit | 3cac2baeba5bd9ee6615855a5398ade8b841bcfd (patch) | |
tree | 7ababf8e0963d1cd72e611164296a831fd14fb96 /mail | |
parent | e284c4a807f087f93eb0113e004ee90f5fbd0597 (diff) | |
download | freebsd-ports-gnome-3cac2baeba5bd9ee6615855a5398ade8b841bcfd.tar.gz freebsd-ports-gnome-3cac2baeba5bd9ee6615855a5398ade8b841bcfd.tar.zst freebsd-ports-gnome-3cac2baeba5bd9ee6615855a5398ade8b841bcfd.zip |
Switch to USES=localbase.
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} |