summaryrefslogtreecommitdiff
path: root/benchmarks/gtkperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/gtkperf/Makefile')
-rw-r--r--benchmarks/gtkperf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/gtkperf/Makefile b/benchmarks/gtkperf/Makefile
index ffd773c5a1b4..29a776c839b5 100644
--- a/benchmarks/gtkperf/Makefile
+++ b/benchmarks/gtkperf/Makefile
@@ -23,8 +23,8 @@ USE_GNOME= gtk20 gnomeprefix
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
USE_ICONV= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB= NLS=""
.else