diff options
author | miwi <miwi@FreeBSD.org> | 2016-02-19 20:33:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-02-19 20:33:27 +0800 |
commit | be4172bb68e3be83c3147781939539268a6ed92b (patch) | |
tree | 390e4978d81ac0c53d1850268d4fccc485da45a7 | |
parent | ea7ed34fe51b057d7560571ca711f6005e383001 (diff) | |
download | freebsd-ports-gnome-be4172bb68e3be83c3147781939539268a6ed92b.tar.gz freebsd-ports-gnome-be4172bb68e3be83c3147781939539268a6ed92b.tar.zst freebsd-ports-gnome-be4172bb68e3be83c3147781939539268a6ed92b.zip |
- Use pdo_mysql only to allow to work with php7
-rw-r--r-- | devel/cdash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |