Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2015 19:35:08 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382434 - head/databases/pecl-mongo
Message-ID:  <201503271935.t2RJZ8Il033502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Fri Mar 27 19:35:07 2015
New Revision: 382434
URL: https://svnweb.freebsd.org/changeset/ports/382434
QAT: https://qat.redports.org/buildarchive/r382434/

Log:
  databases/pecl-mongo: Fix missing 0 in BUILD_DEPENDS
  
  Submitted by:	sunpoet

Modified:
  head/databases/pecl-mongo/Makefile

Modified: head/databases/pecl-mongo/Makefile
==============================================================================
--- head/databases/pecl-mongo/Makefile	Fri Mar 27 18:10:25 2015	(r382433)
+++ head/databases/pecl-mongo/Makefile	Fri Mar 27 19:35:07 2015	(r382434)
@@ -13,7 +13,7 @@ COMMENT=	PECL classes for Mongo Database
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	re2c>=.13.4:${PORTSDIR}/devel/re2c
+BUILD_DEPENDS=	re2c>=0.13.4:${PORTSDIR}/devel/re2c
 
 USES=		tar:tgz
 USE_PHP=	spl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503271935.t2RJZ8Il033502>