diff options
author | danfe <danfe@FreeBSD.org> | 2009-09-20 01:52:14 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-09-20 01:52:14 +0800 |
commit | e85f5cc3a34b5ffa2eb18d80364ded6f4b886192 (patch) | |
tree | b2b8ead49020cf2a86335978157f897d9044a222 /x11-wm | |
parent | 00cf7600ee2799c36aa525ee528d3019fdf24f7c (diff) | |
download | freebsd-ports-gnome-e85f5cc3a34b5ffa2eb18d80364ded6f4b886192.tar.gz freebsd-ports-gnome-e85f5cc3a34b5ffa2eb18d80364ded6f4b886192.tar.zst freebsd-ports-gnome-e85f5cc3a34b5ffa2eb18d80364ded6f4b886192.zip |
Add missing dependencies.
Feature safe: yes
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="" \ |