summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 07:28:32 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 07:28:32 +0800
commite66a71ec5ebed11269dbc769364de7b53f8e3567 (patch)
treea3051eb4f6c0cfc4ccaa29289417281d61efe022 /x11
parentfcf801f9c747a4c2ff8c73a97e09c1710252e588 (diff)
downloadmarcuscom-ports-e66a71ec5ebed11269dbc769364de7b53f8e3567.tar
marcuscom-ports-e66a71ec5ebed11269dbc769364de7b53f8e3567.tar.gz
marcuscom-ports-e66a71ec5ebed11269dbc769364de7b53f8e3567.tar.bz2
marcuscom-ports-e66a71ec5ebed11269dbc769364de7b53f8e3567.tar.lz
marcuscom-ports-e66a71ec5ebed11269dbc769364de7b53f8e3567.tar.xz
marcuscom-ports-e66a71ec5ebed11269dbc769364de7b53f8e3567.tar.zst
marcuscom-ports-e66a71ec5ebed11269dbc769364de7b53f8e3567.zip
X11BASE -> LOCALBASE for share/gnome/xmodmap, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6724 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/libxklavier/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index 3f1a3ca23..058a92e71 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -3,12 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/libxklavier/Makefile,v 1.24 2006/07/18 11:55:11 ahze Exp $
+# $MCom: ports/x11/libxklavier/Makefile,v 1.25 2006/07/23 20:33:22 marcus Exp $
#
PORTNAME= libxklavier
PORTVERSION= 2.91
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
CONFIGURE_ARGS= --disable-doxygen \
--with-xkb-base=${X11BASE}/lib/X11/xkb \
- --with-xmodmap-base=${X11BASE}/share/gnome/xmodmap \
+ --with-xmodmap-base=${LOCALBASE}/share/gnome/xmodmap \
--disable-gtk-doc \
--with-html-dir=${GNOME_HTML_DIR}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \