diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-20 11:07:45 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-20 11:07:45 +0000 |
commit | 90c685d70e80dbb56a82b861fe7245ef4b8c1b02 (patch) | |
tree | ac804a6006af71022dfe64be985e04e0a776733f /x11 | |
parent | 24f882e4123010d59df5ba70557fb40c4a23b7df (diff) | |
download | freebsd-ports-90c685d70e80dbb56a82b861fe7245ef4b8c1b02.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" |