svn commit: r322414 - head/deskutils/recoll

Baptiste Daroussin bapt at FreeBSD.org
Sat Jul 6 22:57:33 UTC 2013


Author: bapt
Date: Sat Jul  6 22:57:32 2013
New Revision: 322414
URL: http://svnweb.freebsd.org/changeset/ports/322414

Log:
  Reconvert USE_ICONV to USES=iconv
  While here convert USE_GMAKE to USES=gmake

Modified:
  head/deskutils/recoll/Makefile

Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile	Sat Jul  6 21:51:56 2013	(r322413)
+++ head/deskutils/recoll/Makefile	Sat Jul  6 22:57:32 2013	(r322414)
@@ -13,8 +13,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	xapian-core>=0:${PORTSDIR}/databases/xapian-core
 
-USE_ICONV=	yes
-USE_GMAKE=	yes
+USES=		iconv gmake
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 


More information about the svn-ports-all mailing list