diff options
Diffstat (limited to 'deskutils/gtodo/Makefile')
-rw-r--r-- | deskutils/gtodo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gtodo/Makefile b/deskutils/gtodo/Makefile index 8a38222cb20d..52b1d3ed671d 100644 --- a/deskutils/gtodo/Makefile +++ b/deskutils/gtodo/Makefile @@ -18,8 +18,8 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack gnomevfs2 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gtodo.schemas |