From be4172bb68e3be83c3147781939539268a6ed92b Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 19 Feb 2016 12:33:27 +0000 Subject: - Use pdo_mysql only to allow to work with php7 --- devel/cdash/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile index 1eec99c233f8..eae96655de73 100644 --- a/devel/cdash/Makefile +++ b/devel/cdash/Makefile @@ -3,6 +3,7 @@ PORTNAME= cdash PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.cdash.org/wp-content/uploads/2014/11/ DISTNAME= CDash-2-2-3 @@ -34,7 +35,7 @@ OPTIONS_DEFAULT=MYSQL .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes -USE_PHP+= mysql pdo_mysql +USE_PHP+= pdo_mysql DB_TYPE= mysql .endif -- cgit