diff options
Diffstat (limited to 'misc/quick-lounge-applet/Makefile')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index 9e5eede931dd..6cdce6b2436e 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -21,8 +21,8 @@ INSTALLS_ICONS= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= quick-lounge.schemas |