diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-02-19 20:29:43 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-02-19 20:29:43 +0800 |
commit | edef40c94bcb5c29bff67a74308fe5a919927e7d (patch) | |
tree | 69539274436531c4414640f41456b0a959ac0c9b /deskutils/tine20 | |
parent | 6d807829c3687928218399ecf333fb7bd9e8e397 (diff) | |
download | freebsd-ports-gnome-edef40c94bcb5c29bff67a74308fe5a919927e7d.tar.gz freebsd-ports-gnome-edef40c94bcb5c29bff67a74308fe5a919927e7d.tar.zst freebsd-ports-gnome-edef40c94bcb5c29bff67a74308fe5a919927e7d.zip |
- Use pdo_mysql to allow to work with php
Diffstat (limited to 'deskutils/tine20')
-rw-r--r-- | deskutils/tine20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/tine20/Makefile b/deskutils/tine20/Makefile index 6f6a55ab1237..912667488386 100644 --- a/deskutils/tine20/Makefile +++ b/deskutils/tine20/Makefile @@ -3,6 +3,7 @@ PORTNAME= tine20 PORTVERSION= 0.0.2012.10.04 +PORTREVISION= 1 DISTVERSIONSUFFIX= 2012.10.4 CATEGORIES= deskutils www MASTER_SITES= http://www.tine20.org/downloads/${DISTVERSIONSUFFIX}/ @@ -25,7 +26,7 @@ APC_DESC= Enable pecl-APC support MEMCACHE_DESC= Enable pecl-memcache support USE_MYSQL= yes -USE_PHP= ctype dom gd iconv json mcrypt mysql pdo_mysql simplexml \ +USE_PHP= ctype dom gd iconv json mcrypt pdo_mysql simplexml \ spl xml zip WANT_PHP_WEB= yes |