Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 13:54:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317208 - head/mail/maildrop
Message-ID:  <201305031354.r43Dsx1v082248@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 13:54:58 2013
New Revision: 317208
URL: http://svnweb.freebsd.org/changeset/ports/317208

Log:
  Fix build with bmake as make

Modified:
  head/mail/maildrop/Makefile

Modified: head/mail/maildrop/Makefile
==============================================================================
--- head/mail/maildrop/Makefile	Fri May  3 13:45:41 2013	(r317207)
+++ head/mail/maildrop/Makefile	Fri May  3 13:54:58 2013	(r317208)
@@ -26,6 +26,9 @@ COMMENT=	Mail delivery agent (MDA) with 
 
 LICENSE=	GPLv3
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
 USE_BZIP2=	yes
 USE_PERL5=	yes
 USES=		iconv



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