Date: Mon, 8 Jul 2013 13:58:22 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322507 - head/devel/monotone Message-ID: <201307081358.r68DwM3H089022@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081358.r68DwM3H089022>