Date: Sat, 4 May 2013 21:10:24 +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: r317350 - head/x11/wmappl Message-ID: <201305042110.r44LAOF5047416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat May 4 21:10:23 2013 New Revision: 317350 URL: http://svnweb.freebsd.org/changeset/ports/317350 Log: Fix build with bmake Modified: head/x11/wmappl/Makefile Modified: head/x11/wmappl/Makefile ============================================================================== --- head/x11/wmappl/Makefile Sat May 4 21:09:19 2013 (r317349) +++ head/x11/wmappl/Makefile Sat May 4 21:10:23 2013 (r317350) @@ -16,6 +16,10 @@ GNU_CONFIGURE= yes USE_XORG= xpm x11 xext sm ice MAKE_ENV= DATADIR="${DATADIR}" +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + MAN1= wmappl.1 MAN5= wmapplrc.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042110.r44LAOF5047416>