summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-01 01:46:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-01 01:46:38 +0000
commit7098b2dfa7427ef5f9db25a8583a7b3dda741b37 (patch)
tree213cbedd14b46d4e6566866e574c63aa63820bc5 /x11
parentAdd missing pcre and xml depends. (diff)
Fix build with X.Org 6.8.1.
Submitted by: lesi
Notes
Notes: svn path=/head/; revision=122856
Diffstat (limited to 'x11')
-rw-r--r--x11/libxklavier/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index f7dd7074c546..d00571d57dd5 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -21,7 +21,8 @@ USE_GMAKE= yes
USE_GNOME= gnometarget gnomehack libxml2
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
-CONFIGURE_ARGS= --disable-doxygen
+CONFIGURE_ARGS= --disable-doxygen \
+ --with-xkb-base=${X11BASE}/lib/X11/xkb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"