diff options
Diffstat (limited to 'www/screem/Makefile')
-rw-r--r-- | www/screem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index 17ae89afa65c..cb6aff16b70b 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -22,8 +22,8 @@ USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix \ USE_XORG= xpm USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_OMF= yes GCONF_SCHEMAS= screem.schemas |