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 | |
parent | 62da8d5b07b716c117c4e42ae36c519216b04b60 (diff) | |
download | ports-6354f28ceddd9eba013f63bc378c194c9e81985a.tar.gz ports-6354f28ceddd9eba013f63bc378c194c9e81985a.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmii-devel/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/wmii/Makefile | 1 |
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" \ |