Date: Fri, 5 Feb 2016 06:48:07 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408136 - head/databases/puppetdb-terminus Message-ID: <201602050648.u156m7Jv095600@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Feb 5 06:48:06 2016 New Revision: 408136 URL: https://svnweb.freebsd.org/changeset/ports/408136 Log: Fix BUILD_DEPENDS Modified: head/databases/puppetdb-terminus/Makefile Modified: head/databases/puppetdb-terminus/Makefile ============================================================================== --- head/databases/puppetdb-terminus/Makefile Fri Feb 5 06:46:19 2016 (r408135) +++ head/databases/puppetdb-terminus/Makefile Fri Feb 5 06:48:06 2016 (r408136) @@ -11,7 +11,7 @@ COMMENT= PuppetDB storeconfigs backend t LICENSE= APACHE20 -BUILD_DEPENDS= puppet>=0:${PORTSDIR}/sysutils/puppet38 +BUILD_DEPENDS= puppet38>=0:${PORTSDIR}/sysutils/puppet38 USE_RUBY= yes NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602050648.u156m7Jv095600>