diff options
author | bofh <bofh@FreeBSD.org> | 2015-03-28 03:35:07 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-03-28 03:35:07 +0800 |
commit | 070a50ab5c6c61459f684db480425f8318127f05 (patch) | |
tree | 49f36ffbc24b62d9ae03da90714ead32bbecceaa /databases/pecl-mongo/Makefile | |
parent | b56b0774e8811b25a1240be4f1abda8d9d88e2d9 (diff) | |
download | freebsd-ports-gnome-070a50ab5c6c61459f684db480425f8318127f05.tar.gz freebsd-ports-gnome-070a50ab5c6c61459f684db480425f8318127f05.tar.zst freebsd-ports-gnome-070a50ab5c6c61459f684db480425f8318127f05.zip |
databases/pecl-mongo: Fix missing 0 in BUILD_DEPENDS
Submitted by: sunpoet
Diffstat (limited to 'databases/pecl-mongo/Makefile')
-rw-r--r-- | databases/pecl-mongo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile index 08748a316f0f..075fca8abfdc 100644 --- a/databases/pecl-mongo/Makefile +++ b/databases/pecl-mongo/Makefile @@ -13,7 +13,7 @@ COMMENT= PECL classes for Mongo Database Driver 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 |