diff options
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r-- | www/cadaver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 687ee0dd4d2c..8bc418f3bdc2 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -49,7 +49,7 @@ post-install: .if ${PORT_OPTIONS:MNLS} USES= gettext iconv -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} LANGS=en@quot es it .for lang in ${LANGS} |