svn commit: r382434 - head/databases/pecl-mongo

Muhammad Moinur Rahman bofh at FreeBSD.org
Fri Mar 27 19:35:08 UTC 2015


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


More information about the svn-ports-head mailing list