aboutsummaryrefslogtreecommitdiff
path: root/multimedia/moonlight/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/moonlight/Makefile')
-rw-r--r--multimedia/moonlight/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/moonlight/Makefile b/multimedia/moonlight/Makefile
index b542f2dd3a63..9cd5b346d279 100644
--- a/multimedia/moonlight/Makefile
+++ b/multimedia/moonlight/Makefile
@@ -29,8 +29,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomedesktopsharp20
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-cairo=system \
--with-debug=yes \
--with-ff2=no \