diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 05:10:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 05:10:23 +0800 |
commit | 3560272eb271ccd054c456414918c2ea2e6fb6c7 (patch) | |
tree | c54fdaf019e0787f7bff3637774debba5cc3fd32 /x11 | |
parent | 9d394f93f6031460f5bdc5267b5f05ff0cb8d1c8 (diff) | |
download | freebsd-ports-gnome-3560272eb271ccd054c456414918c2ea2e6fb6c7.tar.gz freebsd-ports-gnome-3560272eb271ccd054c456414918c2ea2e6fb6c7.tar.zst freebsd-ports-gnome-3560272eb271ccd054c456414918c2ea2e6fb6c7.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 |