diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 16:26:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 16:26:08 +0800 |
commit | 930089eb49af67dd010db56961df66353b837309 (patch) | |
tree | 3d7414fb2e6761851bdf3cfcb3589103f9825a2d /x11-wm/wmii | |
parent | 38e0172ba3cbfa642f83d0ef6e5f99006fdf369c (diff) | |
download | freebsd-ports-gnome-930089eb49af67dd010db56961df66353b837309.tar.gz freebsd-ports-gnome-930089eb49af67dd010db56961df66353b837309.tar.zst freebsd-ports-gnome-930089eb49af67dd010db56961df66353b837309.zip |
Using gmake does not fix build with bmake at all, reverting
Diffstat (limited to 'x11-wm/wmii')
-rw-r--r-- | x11-wm/wmii/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile index b625a9b63285..7ce2875d1fba 100644 --- a/x11-wm/wmii/Makefile +++ b/x11-wm/wmii/Makefile @@ -16,7 +16,6 @@ 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" \ |