aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2007-06-09 01:47:08 +0800
committerdanfe <danfe@FreeBSD.org>2007-06-09 01:47:08 +0800
commit2f4ee5d3725b017a741fa83505fc0895f82200cf (patch)
treefd3a7676a136399be32dd904220988fe384c6243 /x11-wm
parentbcde6a5ce15cb1879f11a87bc482e96a6935dd8e (diff)
downloadfreebsd-ports-gnome-2f4ee5d3725b017a741fa83505fc0895f82200cf.tar.gz
freebsd-ports-gnome-2f4ee5d3725b017a741fa83505fc0895f82200cf.tar.zst
freebsd-ports-gnome-2f4ee5d3725b017a741fa83505fc0895f82200cf.zip
Fix missing dependency (ergo, the build).
Reported by: krismail
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmii/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile
index b487e6214d5f..bf27f07cebee 100644
--- a/x11-wm/wmii/Makefile
+++ b/x11-wm/wmii/Makefile
@@ -19,6 +19,8 @@ RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu \
CONFLICTS= wmii-3.5.[2-9]*
+USE_XLIB= yes
+
MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${X11BASE}/lib" \
X11INC="${X11BASE}/include" CC="${CC}" \
MANPREFIX="${MANPREFIX}/man"