diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-01 01:46:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-01 01:46:38 +0000 |
commit | 7098b2dfa7427ef5f9db25a8583a7b3dda741b37 (patch) | |
tree | 213cbedd14b46d4e6566866e574c63aa63820bc5 /x11 | |
parent | bf1587e785dafdf8d92c8ec0b9e218291639db55 (diff) | |
download | ports-7098b2dfa7427ef5f9db25a8583a7b3dda741b37.tar.gz ports-7098b2dfa7427ef5f9db25a8583a7b3dda741b37.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxklavier/Makefile | 3 |
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" |