aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-09-02 20:06:49 +0800
committerbsam <bsam@FreeBSD.org>2013-09-02 20:06:49 +0800
commit79d153187391f1c914de7151ada2d4bdcc9e35b3 (patch)
tree3e12399b574111c5a8d7184f3565c447197f411b /www
parentd0c3650e782e67611c1816ce52a927df1f7453c4 (diff)
downloadfreebsd-ports-gnome-79d153187391f1c914de7151ada2d4bdcc9e35b3.tar.gz
freebsd-ports-gnome-79d153187391f1c914de7151ada2d4bdcc9e35b3.tar.zst
freebsd-ports-gnome-79d153187391f1c914de7151ada2d4bdcc9e35b3.zip
Adopt USES+=iconv.
Submitted by: bsam (me, by e-mail) Approved by: osa (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile2
-rw-r--r--www/nginx/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 0f2180a1ae15..22188f31fcd3 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -854,7 +854,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
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