aboutsummaryrefslogtreecommitdiff
path: root/www/sarg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/sarg/Makefile')
-rw-r--r--www/sarg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index 7813ef2e3815..0e0dbc591c8a 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -72,7 +72,7 @@ CONFIGURE_ARGS+=--without-ldap
.if ${PORT_OPTIONS:MICONV}
CONFIGURE_ARGS+=--with-iconv
USES+= iconv
-EXTRA_LDFLAGS+= -liconv
+EXTRA_LDFLAGS+= ${ICONV_LIB}
.else
CONFIGURE_ARGS+=--without-iconv
.endif