Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 19:33:02 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327007 - head/sysutils/testdisk
Message-ID:  <201309111933.r8BJX23U084064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Sep 11 19:33:01 2013
New Revision: 327007
URL: http://svnweb.freebsd.org/changeset/ports/327007

Log:
  Fix build on head after iconv change
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/sysutils/testdisk/Makefile   (contents, props changed)

Modified: head/sysutils/testdisk/Makefile
==============================================================================
--- head/sysutils/testdisk/Makefile	Wed Sep 11 19:32:19 2013	(r327006)
+++ head/sysutils/testdisk/Makefile	Wed Sep 11 19:33:01 2013	(r327007)
@@ -39,7 +39,7 @@ PROGSREISERFS_DESC=	Use reiserfs extensi
 #.endif
 
 .if ${PORT_OPTIONS:MICONV}
-LIB_DEPENDS+=   iconv:${PORTSDIR}/converters/libiconv
+USES=		iconv
 .else
 CONFIGURE_ARGS+=--without-iconv
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309111933.r8BJX23U084064>