aboutsummaryrefslogtreecommitdiff
path: root/www/gatling/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/gatling/Makefile')
-rw-r--r--www/gatling/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile
index c0c7529370c2..f2eca1af6e88 100644
--- a/www/gatling/Makefile
+++ b/www/gatling/Makefile
@@ -58,7 +58,7 @@ CFLAGS+= -O2 -fomit-frame-pointer
.endif
.if defined(WITH_GATLING_SMB)
-USE_ICONV= yes
+USES+= iconv
CFLAGS+= -I${LOCALBASE}/include
MAKE_ENV+= ICONV=1
.else