diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-09-19 17:52:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-09-19 17:52:14 +0000 |
commit | e4f57d8e3e37e4261dac0c04e90b57c11c3b2110 (patch) | |
tree | 7106765a4718fb2866841ad9234851e267837f42 /x11-wm | |
parent | d02475362c4966f31046d76d58deea50b488381a (diff) | |
download | ports-e4f57d8e3e37e4261dac0c04e90b57c11c3b2110.tar.gz ports-e4f57d8e3e37e4261dac0c04e90b57c11c3b2110.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmii-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile index 71aa74819e62..5a1129a2bc3d 100644 --- a/x11-wm/wmii-devel/Makefile +++ b/x11-wm/wmii-devel/Makefile @@ -23,7 +23,7 @@ SNAPDATE= 20090703 CONFLICTS= wmii-3.* USE_ICONV= yes -USE_XORG= x11 xextproto xt xext xft +USE_XORG= x11 xext xrandr xrender xinerama xft MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \ CC="${CC} -c" LD="${CC}" LIBIXP="-lixp" STATIC="" \ |