Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 21:54:48 +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: r317272 - head/irc/ii
Message-ID:  <201305032154.r43LsmYf055428@svn.freebsd.org>

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

Log:
  Fix build with bmake

Modified:
  head/irc/ii/Makefile

Modified: head/irc/ii/Makefile
==============================================================================
--- head/irc/ii/Makefile	Fri May  3 21:53:53 2013	(r317271)
+++ head/irc/ii/Makefile	Fri May  3 21:54:48 2013	(r317272)
@@ -16,7 +16,9 @@ MAN1=		${PORTNAME}.1
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	CHANGES FAQ README
 PORTEXAMPLES=	query.sh
+.if !defined(.PARSEDIR)
 MAKE_ARGS=	-E CC
+.endif
 
 .include <bsd.port.options.mk>
 



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