svn commit: r322507 - head/devel/monotone

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 8 13:58:23 UTC 2013


Author: bapt
Date: Mon Jul  8 13:58:22 2013
New Revision: 322507
URL: http://svnweb.freebsd.org/changeset/ports/322507

Log:
  Add dependency on pkgconfig while here convert to USES=gmake

Modified:
  head/devel/monotone/Makefile

Modified: head/devel/monotone/Makefile
==============================================================================
--- head/devel/monotone/Makefile	Mon Jul  8 13:43:38 2013	(r322506)
+++ head/devel/monotone/Makefile	Mon Jul  8 13:58:22 2013	(r322507)
@@ -22,8 +22,7 @@ LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 SUB_FILES=	pkg-message
 USE_BZIP2=	yes
 USE_PERL5_BUILD=yes
-USES=		iconv
-USE_GMAKE=	yes
+USES=		iconv pkgconfig gmake
 USE_LUA=	5.1+
 MAKE_JOBS_SAFE=	yes
 


More information about the svn-ports-all mailing list