diff options
Diffstat (limited to 'databases/pear-MDB2_Driver_sqlite')
-rw-r--r-- | databases/pear-MDB2_Driver_sqlite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pear-MDB2_Driver_sqlite/Makefile b/databases/pear-MDB2_Driver_sqlite/Makefile index dd377c9530e6..ccc41599e81f 100644 --- a/databases/pear-MDB2_Driver_sqlite/Makefile +++ b/databases/pear-MDB2_Driver_sqlite/Makefile @@ -17,6 +17,8 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PHP= sqlite +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 FILES= MDB2/Driver/Datatype/sqlite.php \ MDB2/Driver/Function/sqlite.php \ |