aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-04 06:15:39 +0800
committerbapt <bapt@FreeBSD.org>2013-05-04 06:15:39 +0800
commit09464ed75e779206c461729133846bb3fc1dfe47 (patch)
treeec19c51b7dbfc4dd37a78206136e4f9e551b1d55
parentce146a9183b96a037c4f3bbb9a1371737fdb94c3 (diff)
downloadfreebsd-ports-gnome-09464ed75e779206c461729133846bb3fc1dfe47.tar.gz
freebsd-ports-gnome-09464ed75e779206c461729133846bb3fc1dfe47.tar.zst
freebsd-ports-gnome-09464ed75e779206c461729133846bb3fc1dfe47.zip
Fix build with bmake
-rw-r--r--x11-wm/wmii-devel/Makefile1
-rw-r--r--x11-wm/wmii/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile
index 3484973a790a..f1dc026938c4 100644
--- a/x11-wm/wmii-devel/Makefile
+++ b/x11-wm/wmii-devel/Makefile
@@ -18,6 +18,7 @@ LATEST_LINK= ${PORTNAME}-devel
USE_BZIP2= yes
USE_XORG= x11 xext xrandr xrender xinerama xft
+USE_GMAKE= yes
MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \
CC="${CC} -c" LD="${CC}" LIBIXP="-lixp" STATIC="" \
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" \