diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 08:26:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 08:26:08 +0000 |
commit | ba05dde78bf755110e75bc57ceb137d5b2a882d8 (patch) | |
tree | 3d7414fb2e6761851bdf3cfcb3589103f9825a2d /x11-wm/wmii-devel | |
parent | Partial convert to new options framework (diff) |
Using gmake does not fix build with bmake at all, reverting
Diffstat (limited to 'x11-wm/wmii-devel')
-rw-r--r-- | x11-wm/wmii-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile index f1dc026938c4..3484973a790a 100644 --- a/x11-wm/wmii-devel/Makefile +++ b/x11-wm/wmii-devel/Makefile @@ -18,7 +18,6 @@ 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="" \ |