diff options
Diffstat (limited to 'x11-wm/libwraster/Makefile')
-rw-r--r-- | x11-wm/libwraster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/libwraster/Makefile b/x11-wm/libwraster/Makefile index cb9e088ec88..27170452332 100644 --- a/x11-wm/libwraster/Makefile +++ b/x11-wm/libwraster/Makefile @@ -30,8 +30,8 @@ USE_XORG= xpm xft USE_PERL5= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${PREFIX}/share/locale \ --with-libs-from="-L${LOCALBASE}/lib" \ |