svn commit: r327353 - head/java/openjdk6

Guido Falsi madpilot at FreeBSD.org
Sun Sep 15 18:55:59 UTC 2013


Author: madpilot
Date: Sun Sep 15 18:55:58 2013
New Revision: 327353
URL: http://svnweb.freebsd.org/changeset/ports/327353

Log:
  - Add missing iconv USES
  
  PR:		java/182100
  Submitted by:	m.viey at wanadoo.fr
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/java/openjdk6/Makefile

Modified: head/java/openjdk6/Makefile
==============================================================================
--- head/java/openjdk6/Makefile	Sun Sep 15 18:28:44 2013	(r327352)
+++ head/java/openjdk6/Makefile	Sun Sep 15 18:55:58 2013	(r327353)
@@ -53,7 +53,7 @@ FASTDEBUG_DESC=	Include fastdebug build
 TEST_DESC=	Add support for running regression test
 .endif
 
-USES=		gmake motif
+USES=		gmake iconv motif
 
 .include <bsd.port.options.mk>
 .include "${.CURDIR}/../openjdk6/Makefile.icedtea"


More information about the svn-ports-all mailing list