summaryrefslogtreecommitdiff
path: root/x11/libxklavier/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/libxklavier/Makefile
parentDocument png -- DoS crash vulnerability. (diff)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes: svn path=/head/; revision=191544
Diffstat (limited to '')
-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}