Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2013 22:01:12 +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: r317444 - head/editors/morla
Message-ID:  <201305052201.r45M1CGM071833@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun May  5 22:01:12 2013
New Revision: 317444
URL: http://svnweb.freebsd.org/changeset/ports/317444

Log:
  Fix build on current

Modified:
  head/editors/morla/Makefile

Modified: head/editors/morla/Makefile
==============================================================================
--- head/editors/morla/Makefile	Sun May  5 21:59:02 2013	(r317443)
+++ head/editors/morla/Makefile	Sun May  5 22:01:12 2013	(r317444)
@@ -21,6 +21,10 @@ RUN_DEPENDS=	dot:${PORTSDIR}/graphics/gr
 OPTIONS_DEFINE=	XULRUNNER
 XULRUNNER_DESC=	Xulrunner as JavaScript engine
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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