aboutsummaryrefslogtreecommitdiff
path: root/databases/mariadb100-server
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-20 17:04:59 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-20 17:04:59 +0000
commit31063f984877da7b74790eb14deb3c9682a38da5 (patch)
tree92062b2a82c55ac9fff0e63b8e13276879abe95e /databases/mariadb100-server
parentb95f5f38cc66e9c494d1fc2bdd8ae15de8e0b917 (diff)
downloadports-31063f984877da7b74790eb14deb3c9682a38da5.tar.gz
ports-31063f984877da7b74790eb14deb3c9682a38da5.zip
databases/mariadb(100|101)-server: Document ncurses requirement
Previously (maria55) only the client required ncurses, but for recent versions of mariadb, the server also requires it.
Notes
Notes: svn path=/head/; revision=426605
Diffstat (limited to 'databases/mariadb100-server')
-rw-r--r--databases/mariadb100-server/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/mariadb100-server/Makefile b/databases/mariadb100-server/Makefile
index 3330e4838325..d84743f93011 100644
--- a/databases/mariadb100-server/Makefile
+++ b/databases/mariadb100-server/Makefile
@@ -29,7 +29,8 @@ SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
SLAVEDIRS= databases/mariadb100-client
-USES= bison:build cmake compiler:c++11-lib cpe execinfo gmake shebangfix ssl
+USES= bison:build cmake compiler:c++11-lib cpe execinfo \
+ ncurses gmake shebangfix ssl
USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin
SHEBANG_FILES= scripts/*.sh
SITESDIR= mariadb/mariadb-${PORTVERSION}/source
@@ -99,7 +100,7 @@ WITH_OPENSSL_PORT= yes
.if defined(CLIENT_ONLY)
# MySQL-Client part
-USES+= ncurses readline
+USES+= readline
.else
# MySQL-Server part
USES+= mysql:100m