diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 05:10:23 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 05:10:23 +0800 |
commit | 1e2fab48a0e91a5f36cc2c16807c389906395669 (patch) | |
tree | c54fdaf019e0787f7bff3637774debba5cc3fd32 /x11 | |
parent | 3236770b3dcd3dd4ba64c2c8ff060cf9eb3b3c2f (diff) | |
download | freebsd-ports-gnome-1e2fab48a0e91a5f36cc2c16807c389906395669.tar.gz freebsd-ports-gnome-1e2fab48a0e91a5f36cc2c16807c389906395669.tar.zst freebsd-ports-gnome-1e2fab48a0e91a5f36cc2c16807c389906395669.zip |
Fix build with bmake
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmappl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile index e8431834bfed..fdf7d2a2bc86 100644 --- a/x11/wmappl/Makefile +++ b/x11/wmappl/Makefile @@ -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 |