svn commit: r563877 - head/news/ifmail

Dirk Meyer dinoex at FreeBSD.org
Wed Feb 3 11:28:50 UTC 2021


Author: dinoex
Date: Wed Feb  3 11:28:49 2021
New Revision: 563877
URL: https://svnweb.freebsd.org/changeset/ports/563877

Log:
  - fix build on FreeBSD-13

Modified:
  head/news/ifmail/Makefile

Modified: head/news/ifmail/Makefile
==============================================================================
--- head/news/ifmail/Makefile	Wed Feb  3 11:18:15 2021	(r563876)
+++ head/news/ifmail/Makefile	Wed Feb  3 11:28:49 2021	(r563877)
@@ -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)


More information about the svn-ports-all mailing list