svn commit: r325980 - in head/www: nginx nginx-devel

Boris Samorodov bsam at FreeBSD.org
Mon Sep 2 12:06:50 UTC 2013


Author: bsam
Date: Mon Sep  2 12:06:49 2013
New Revision: 325980
URL: http://svnweb.freebsd.org/changeset/ports/325980

Log:
  Adopt USES+=iconv.
  
  Submitted by:	bsam (me, by e-mail)
  Approved by:	osa (maintainer)

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Mon Sep  2 12:05:58 2013	(r325979)
+++ head/www/nginx-devel/Makefile	Mon Sep  2 12:06:49 2013	(r325980)
@@ -854,7 +854,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/c
 .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

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Mon Sep  2 12:05:58 2013	(r325979)
+++ head/www/nginx/Makefile	Mon Sep  2 12:06:49 2013	(r325980)
@@ -852,7 +852,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/c
 .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


More information about the svn-ports-all mailing list