diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 06:15:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 06:15:39 +0800 |
commit | 09464ed75e779206c461729133846bb3fc1dfe47 (patch) | |
tree | ec19c51b7dbfc4dd37a78206136e4f9e551b1d55 /x11-wm/wmii | |
parent | ce146a9183b96a037c4f3bbb9a1371737fdb94c3 (diff) | |
download | freebsd-ports-gnome-09464ed75e779206c461729133846bb3fc1dfe47.tar.gz freebsd-ports-gnome-09464ed75e779206c461729133846bb3fc1dfe47.tar.zst freebsd-ports-gnome-09464ed75e779206c461729133846bb3fc1dfe47.zip |
Fix build with bmake
Diffstat (limited to 'x11-wm/wmii')
-rw-r--r-- | x11-wm/wmii/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile index 7ce2875d1fba..b625a9b63285 100644 --- a/x11-wm/wmii/Makefile +++ b/x11-wm/wmii/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu CONFLICTS= wmii-3.9* USE_XORG= x11 xextproto xt xext +USE_GMAKE= yes MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \ INCX11="-I${LOCALBASE}/include" LIBX11="-L${LOCALBASE}/lib" \ |