diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-24 20:39:28 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-24 20:39:28 +0800 |
commit | f9da1af99b347ef569415035f5bb8d66d6551c09 (patch) | |
tree | ec0901a7a54b22ae32a448a6f0629a6e39a24d8c /security | |
parent | a9b933c9f34c6b4233ba3a696f307f7e54323593 (diff) | |
download | freebsd-ports-gnome-f9da1af99b347ef569415035f5bb8d66d6551c09.tar.gz freebsd-ports-gnome-f9da1af99b347ef569415035f5bb8d66d6551c09.tar.zst freebsd-ports-gnome-f9da1af99b347ef569415035f5bb8d66d6551c09.zip |
security/base: Remove broken MYSQL option
USE_PHP=mysql no longer works.
PR: 235942
Diffstat (limited to 'security')
-rw-r--r-- | security/base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index 23adbc8bb850..3ef31f674ed9 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -27,9 +27,8 @@ SUB_FILES= pkg-message DOCS= docs/CHANGELOG docs/CREDITS docs/README docs/README.mssql \ docs/TODO docs/UPGRADE docs/GPL docs/base_faq.rtf -OPTIONS_DEFINE= MYSQL PGSQL PDF DOCS +OPTIONS_DEFINE= PGSQL PDF DOCS -MYSQL_USE= MYSQL=yes PHP=mysql PGSQL_USES= pgsql PGSQL_USE= PHP=pgsql PDF_RUN_DEPENDS=${LOCALBASE}/share/fpdf/fpdf.php:print/fpdf |