aboutsummaryrefslogtreecommitdiff
path: root/x11/libxklavier/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libxklavier/Makefile')
-rw-r--r--x11/libxklavier/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index c5148c319dc7..c66d736635f4 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libxklavier
PORTVERSION= 3.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR= gswitchit
MAINTAINER= gnome@FreeBSD.org
COMMENT= An utility library to make XKB stuff easier
+RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp
+
USE_XLIB= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gnomehack libxml2 glib20
@@ -25,7 +27,8 @@ USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
CONFIGURE_ARGS= --disable-doxygen \
- --with-xkb-base=${X11BASE}/lib/X11/xkb \
+ --with-xkb-base=${X11BASE}/share/X11/xkb \
+ --with-xkb-bin-base=${X11BASE}/bin \
--with-xmodmap-base=${LOCALBASE}/share/gnome/xmodmap \
--disable-gtk-doc \
--with-html-dir=${GNOME_HTML_DIR}