diff options
Diffstat (limited to 'graphics/eog/Makefile')
-rw-r--r-- | graphics/eog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 679b0d96dcfc..f752f1ce9e83 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -31,8 +31,8 @@ USE_GETTEXT= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= eog.schemas |