From 27777322a946892b9b79490fd00736e651784fbd Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 5 May 2013 22:01:12 +0000 Subject: Fix build on current --- editors/morla/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors') diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 415b3b30bb7c..197497e5ecca 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -21,6 +21,10 @@ RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz 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 -- cgit