diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-29 00:02:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-29 00:02:34 +0800 |
commit | efd9d3b444f4ebec814913655fee15c2128ba718 (patch) | |
tree | a39eebf4ca41d5da9e3a8166ea237f6af84f16fe /databases/php5-pdo_cassandra | |
parent | cb5e76eaa29ae6dd610837971fc1f1027d018c33 (diff) | |
download | freebsd-ports-gnome-efd9d3b444f4ebec814913655fee15c2128ba718.tar.gz freebsd-ports-gnome-efd9d3b444f4ebec814913655fee15c2128ba718.tar.zst freebsd-ports-gnome-efd9d3b444f4ebec814913655fee15c2128ba718.zip |
- Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS
Diffstat (limited to 'databases/php5-pdo_cassandra')
-rw-r--r-- | databases/php5-pdo_cassandra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index 1bfea0f10189..5342785d0439 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -23,7 +23,7 @@ USES= pkgconfig USE_PHP_BUILD= yes USE_PHP= pdo USE_PHPEXT= yes -DEFAULT_PHP_VER=5 +PHP_DEFAULT= 5.4 IGNORE_WITH_PHP=52 USE_GCC= yes |