diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-04-08 19:28:27 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-04-08 19:28:27 +0800 |
commit | 22b1a13e4d73269ff7a645f7abad1725ebd873e2 (patch) | |
tree | 2155848219b7d4b3daaefc75acca1de5eb09fa42 /deskutils/tine20 | |
parent | 308cb1e42b58aa4aaa9eb07499f76e5e71706ba5 (diff) | |
download | freebsd-ports-gnome-22b1a13e4d73269ff7a645f7abad1725ebd873e2.tar.gz freebsd-ports-gnome-22b1a13e4d73269ff7a645f7abad1725ebd873e2.tar.zst freebsd-ports-gnome-22b1a13e4d73269ff7a645f7abad1725ebd873e2.zip |
deskutils: Convert to USES=php
- While here convert some USE_APACHE
Approved by: infrastructure modernization blanket
Diffstat (limited to 'deskutils/tine20')
-rw-r--r-- | deskutils/tine20/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/tine20/Makefile b/deskutils/tine20/Makefile index 28dd05554021..74bc9b110e0b 100644 --- a/deskutils/tine20/Makefile +++ b/deskutils/tine20/Makefile @@ -13,7 +13,7 @@ COMMENT= Professional Open Source Groupware and CRM LICENSE_FILE= ${WRKSRC}/LICENSE -USES= tar:bzip2 gettext +USES= gettext mysql php:web tar:bzip2 NO_BUILD= yes EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions -C ${WRKSRC} @@ -23,10 +23,8 @@ SUB_LIST= DISTNAME=${DISTNAME} OPTIONS_DEFINE= LDAP MEMCACHE MEMCACHE_DESC= Enable pecl-memcache support -USE_MYSQL= yes USE_PHP= ctype dom gd iconv json mcrypt pdo_mysql simplexml \ spl xml zip -WANT_PHP_WEB= yes LDAP_USE= php=ldap MEMCACHE_USE= php=memcache |