summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-11-20 11:07:45 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-11-20 11:07:45 +0000
commit90c685d70e80dbb56a82b861fe7245ef4b8c1b02 (patch)
treeac804a6006af71022dfe64be985e04e0a776733f /x11
parentFix pkg/PLIST. (diff)
Fix about KDE menu.
Now you can access KDE menu from GNOME panel. Submitted by: Yoichi ASAI
Notes
Notes: svn path=/head/; revision=23214
Diffstat (limited to 'x11')
-rw-r--r--x11/gnomecore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile
index 0561d9893650..f540fc62003e 100644
--- a/x11/gnomecore/Makefile
+++ b/x11/gnomecore/Makefile
@@ -26,7 +26,8 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
- --with-gnome=${PREFIX}
+ --with-gnome=${PREFIX} \
+ --with-kde-datadir=${LOCALBASE}/share
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"