svn commit: r317444 - head/editors/morla

Baptiste Daroussin bapt at FreeBSD.org
Sun May 5 22:01:12 UTC 2013


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


More information about the svn-ports-all mailing list