Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2015 17:56:52 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384931 - head/mail/msmtp
Message-ID:  <201504281756.t3SHuqWs018412@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504281756.t3SHuqWs018412>