diff options
Diffstat (limited to 'deskutils/gnome-main-menu/Makefile')
-rw-r--r-- | deskutils/gnome-main-menu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/gnome-main-menu/Makefile b/deskutils/gnome-main-menu/Makefile index d60e830c09aa..7a5d7a2b26c4 100644 --- a/deskutils/gnome-main-menu/Makefile +++ b/deskutils/gnome-main-menu/Makefile @@ -18,9 +18,8 @@ USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \ libgnomeui USES= gettext gmake pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0` GCONF_SCHEMAS= application-browser.schemas slab.schemas |