diff options
author | nakai <nakai@FreeBSD.org> | 1999-11-20 19:07:45 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-11-20 19:07:45 +0800 |
commit | e09f146c90801192a5dc390a005275d118cd807b (patch) | |
tree | 3ef99768fc97d72d7058f79d806659aa1e42b79f /x11 | |
parent | cf34a00754acd4c7e356310f2acb4c446172462e (diff) | |
download | freebsd-ports-gnome-e09f146c90801192a5dc390a005275d118cd807b.tar.gz freebsd-ports-gnome-e09f146c90801192a5dc390a005275d118cd807b.tar.zst freebsd-ports-gnome-e09f146c90801192a5dc390a005275d118cd807b.zip |
Fix about KDE menu.
Now you can access KDE menu from GNOME panel.
Submitted by: Yoichi ASAI
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomecore/Makefile | 3 |
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" |