diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-05-20 06:42:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-05-20 06:42:55 +0000 |
commit | 77cb321f555961d887151f7a0e56b4289007a832 (patch) | |
tree | 8cf380a192f1f3bb956bfa03e547165460421400 /databases/php-adodb-ext | |
parent | Fix QPS calculation for MySQL 5.0.76 or later. (diff) |
Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by: pav
Pointyhat to: me
Notes
Notes:
svn path=/head/; revision=297003
Diffstat (limited to 'databases/php-adodb-ext')
-rw-r--r-- | databases/php-adodb-ext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/php-adodb-ext/Makefile b/databases/php-adodb-ext/Makefile index 4741b0f70b78..bb54e1f9b27c 100644 --- a/databases/php-adodb-ext/Makefile +++ b/databases/php-adodb-ext/Makefile @@ -20,9 +20,10 @@ WRKSRC= ${WRKDIR}/adodb-${PORTVERSION:S/.//} USE_PHP= yes USE_PHPIZE= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 USE_ZIP= yes -DEFAULT_PHP_VER= 5 CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config \ --prefix=${PREFIX}/lib/php/${PHP_EXT_DIR} SUB_FILES= pkg-message |