diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-02 12:06:49 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-02 12:06:49 +0000 |
commit | b1919a6aea4f27664058ce287e49078b079adfbc (patch) | |
tree | 3e12399b574111c5a8d7184f3565c447197f411b /www/nginx | |
parent | 3741caa42dbeeecebc79e44b887e0f6a1e89fde2 (diff) |
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 1a213edac2ca..b2ea75b386e2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -852,7 +852,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/calio-form-input-nginx-module-${GIT_FORMI .endif .if ${PORT_OPTIONS:MICONV} -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +USES+= iconv NGINX_ICONV_VERSION= 0.10 GIT_ICONV_VERSION= 0-gb37efb5 FETCH_ARGS= -pRr |