svn commit: r384931 - head/mail/msmtp

Roman Bogorodskiy novel at FreeBSD.org
Tue Apr 28 17:56:52 UTC 2015


Author: novel
Date: Tue Apr 28 17:56:51 2015
New Revision: 384931
URL: https://svnweb.freebsd.org/changeset/ports/384931

Log:
  Use gmake to fix build on 9.x.

Modified:
  head/mail/msmtp/Makefile

Modified: head/mail/msmtp/Makefile
==============================================================================
--- head/mail/msmtp/Makefile	Tue Apr 28 17:55:41 2015	(r384930)
+++ head/mail/msmtp/Makefile	Tue Apr 28 17:56:51 2015	(r384931)
@@ -12,7 +12,7 @@ COMMENT=	SMTP plugin for MUAs
 LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
-USES=		makeinfo pkgconfig tar:xz
+USES=		gmake makeinfo pkgconfig tar:xz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INFO=	msmtp


More information about the svn-ports-all mailing list