From d4f0d0048a8755106a4b0445221a19761e746984 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Sat, 19 May 2007 20:36:56 +0000 Subject: - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. --- x11/libxklavier/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11/libxklavier/Makefile') 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} -- cgit v1.2.3