diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-24 12:27:57 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-24 12:27:57 +0000 |
commit | f539c9c40a0c3728c1ac3b596ad3c9720fab063c (patch) | |
tree | f7d299941519deca87fec99da1ad807d03bf2e42 | |
parent | www/Stikked: Mark MYSQL option as broken (diff) |
www/pivotx: Remove broken MYSQL option
USE_PHP=mysql no longer exists.
PR: 238100
-rw-r--r-- | www/pivotx/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/pivotx/Makefile b/www/pivotx/Makefile index 5d18a29f9ae9..2a7ed47ffd96 100644 --- a/www/pivotx/Makefile +++ b/www/pivotx/Makefile @@ -22,8 +22,7 @@ PORTEXAMPLES= example.htaccess example.web.config # Requirements: # http://book.pivotx.net/index.php?page=app-e#anchor-determining-if-your-server-meets-pivotxs-requirements -OPTIONS_DEFINE= MYSQL PHPDOM DOCS EXAMPLES -MYSQL_DESC= Use MySQL instead of flat files +OPTIONS_DEFINE= PHPDOM DOCS EXAMPLES PHPDOM_DESC= Use PHP:DOM instead of SimpleXML USES+= cpe php:web tar:tgz @@ -37,11 +36,6 @@ USE_PHP+= dom USE_PHP+= simplexml .endif -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= client -USE_PHP+= mysql -.endif - NO_BUILD= YES TEMP_WRKSRC= ${WRKDIR}/.temp-${PORTNAME}-${PORTVERSION}-${PORTREVISION} |