diff options
-rw-r--r-- | databases/php5-creole/Makefile | 2 | ||||
-rw-r--r-- | databases/php5-pdo_cassandra/Makefile | 2 | ||||
-rw-r--r-- | databases/php5-propel/Makefile | 2 | ||||
-rw-r--r-- | databases/php5-redis/Makefile | 2 | ||||
-rw-r--r-- | databases/php5-tarantool/Makefile | 2 | ||||
-rw-r--r-- | databases/php55-redis/Makefile | 2 | ||||
-rw-r--r-- | databases/php56-redis/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/databases/php5-creole/Makefile b/databases/php5-creole/Makefile index 2d902582b3ed..a2c74f8ed57c 100644 --- a/databases/php5-creole/Makefile +++ b/databases/php5-creole/Makefile @@ -11,7 +11,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Database abstraction layer for PHP5 USE_PHP= yes -DEFAULT_VERSIONS+=php=5 +PHP_DEFAULT= 5.4 NO_BUILD= yes do-install: 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 diff --git a/databases/php5-propel/Makefile b/databases/php5-propel/Makefile index a6c3612d7ed4..251198be31b7 100644 --- a/databases/php5-propel/Makefile +++ b/databases/php5-propel/Makefile @@ -11,7 +11,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Full-service object persistence and query toolkit for PHP USE_PHP= yes -DEFAULT_VERSIONS+= php=5 +PHP_DEFAULT= 5.4 WRKSRC= ${WRKDIR} do-build: diff --git a/databases/php5-redis/Makefile b/databases/php5-redis/Makefile index a8320f66bdc7..68620a535d8b 100644 --- a/databases/php5-redis/Makefile +++ b/databases/php5-redis/Makefile @@ -14,7 +14,7 @@ LICENSE= PHP301 USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_VERSIONS+=php=5 +PHP_DEFAULT= 5.4 USE_GITHUB= yes GH_ACCOUNT= phpredis diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile index 553fccf193a9..fa84512b1eed 100644 --- a/databases/php5-tarantool/Makefile +++ b/databases/php5-tarantool/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -DEFAULT_PHP_VER=5 +PHP_DEFAULT= 5.4 PHP_MODNAME= ${PORTNAME} GH_PROJECT= ${PORTNAME}-php diff --git a/databases/php55-redis/Makefile b/databases/php55-redis/Makefile index 4c0f29f02b13..6a969e556818 100644 --- a/databases/php55-redis/Makefile +++ b/databases/php55-redis/Makefile @@ -18,7 +18,7 @@ GH_PROJECT= phpredis USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=55 +PHP_DEFAULT= 5.5 PHP_MODNAME= redis diff --git a/databases/php56-redis/Makefile b/databases/php56-redis/Makefile index 01c2a7622655..a9fbdec1ff55 100644 --- a/databases/php56-redis/Makefile +++ b/databases/php56-redis/Makefile @@ -16,7 +16,7 @@ GITVERSION= 0f0661e USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_VERSIONS+= php=56 +PHP_DEFAULT= 5.6 USE_GITHUB= yes GH_ACCOUNT= nicolasff |