svn commit: r327007 - head/sysutils/testdisk

Guido Falsi madpilot at FreeBSD.org
Wed Sep 11 19:33:02 UTC 2013


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


More information about the svn-ports-all mailing list