[Refdb-cvs] CVS: ports/freebsd Makefile,1.6,1.7
Status: Beta
Brought to you by:
mhoenicka
From: Paul A. H. <pau...@us...> - 2006-01-24 05:43:35
|
Update of /cvsroot/refdb/ports/freebsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21542 Modified Files: Makefile Log Message: It was noted that this port failed during FreeBSD's automatic build testing because there's a dependency on libiconv, but it's not explicitly named in the Makefile. 'USE_ICONV' fixes that. Index: Makefile =================================================================== RCS file: /cvsroot/refdb/ports/freebsd/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -U2 -r1.6 -r1.7 --- Makefile 24 Jan 2006 05:31:21 -0000 1.6 +++ Makefile 24 Jan 2006 05:43:25 -0000 1.7 @@ -19,4 +19,5 @@ USE_GMAKE= yes +USE_ICONV= yes HAS_CONFIGURE= yes ALL_TARGET= |