diff options
Diffstat (limited to 'editors/scribes/Makefile')
-rw-r--r-- | editors/scribes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/scribes/Makefile b/editors/scribes/Makefile index 305dfcd..c670718 100644 --- a/editors/scribes/Makefile +++ b/editors/scribes/Makefile @@ -22,8 +22,8 @@ USE_GMAKE= yes USE_GNOME= pygnomedesktop pygnomeextras gnomeprefix USE_PYTHON= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= scribes.schemas INSTALLS_ICONS= yes |