1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

www/pivotx: Remove broken MYSQL option

USE_PHP=mysql no longer exists.

PR:		238100
This commit is contained in:
Tobias Kortkamp 2019-05-24 12:27:57 +00:00
parent 334e30e53e
commit f539c9c40a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502458

View File

@ -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}