diff options
-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} |