diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 06:01:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 06:01:12 +0800 |
commit | 27777322a946892b9b79490fd00736e651784fbd (patch) | |
tree | b599d4af61a48ea1cdd12fb0cbba55d1c9f29e5a | |
parent | dd5def071da532bc74a9e36b5505d45375f41fca (diff) | |
download | freebsd-ports-gnome-27777322a946892b9b79490fd00736e651784fbd.tar.gz freebsd-ports-gnome-27777322a946892b9b79490fd00736e651784fbd.tar.zst freebsd-ports-gnome-27777322a946892b9b79490fd00736e651784fbd.zip |
Fix build on current
-rw-r--r-- | editors/morla/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |