aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2021-02-03 11:28:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2021-02-03 11:28:49 +0000
commitcfdf3b8f714089aea888488471652f3cb705d6b5 (patch)
treebb5a31f3022c8f06e214b722e423b408b46be4b7 /news
parent9eef111889d0eb900ec779c9dfb19370fba5ede3 (diff)
downloadports-cfdf3b8f714089aea888488471652f3cb705d6b5.tar.gz
ports-cfdf3b8f714089aea888488471652f3cb705d6b5.zip
- fix build on FreeBSD-13
Notes
Notes: svn path=/head/; revision=563877
Diffstat (limited to 'news')
-rw-r--r--news/ifmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile
index 24ece56c803b..7f4e5c8ede18 100644
--- a/news/ifmail/Makefile
+++ b/news/ifmail/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/README
LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex
-USES= shebangfix
+USES= shebangfix localbase:ldflags
USERS= ifmail
CFLAGS+= -DHAS_STDARG_H -Wall
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" OWNER=${UID} GROUP=$$(id -g)