diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 22:15:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 22:15:39 +0000 |
commit | 6354f28ceddd9eba013f63bc378c194c9e81985a (patch) | |
tree | ec19c51b7dbfc4dd37a78206136e4f9e551b1d55 /x11-wm/wmii-devel | |
parent | Wireshark always needs pkgconf (this fixes wireshark-lite) (diff) |
Fix build with bmake
Diffstat (limited to 'x11-wm/wmii-devel')
-rw-r--r-- | x11-wm/wmii-devel/Makefile | 1 |
1 files changed, 1 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="" \ |