diff options
Diffstat (limited to 'www/gnome-user-share/Makefile')
-rw-r--r-- | www/gnome-user-share/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index ebd00c733283..8a7301774fdd 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -32,8 +32,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas |