summaryrefslogtreecommitdiff
path: root/www/bluefish-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/bluefish-devel/Makefile')
-rw-r--r--www/bluefish-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile
index e28b472a066a..004320a8bc56 100644
--- a/www/bluefish-devel/Makefile
+++ b/www/bluefish-devel/Makefile
@@ -37,8 +37,8 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gtk20 gnomevfs2 gnomemimedata desktopfileutils
WANT_GNOME= 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-freedesktop_org-menu=${PREFIX}/share/applications \
--with-freedesktop_org-mime=${PREFIX}/share/mime \
--without-gnome2_4-mime \