diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-04-04 16:16:26 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-04-04 16:16:26 +0000 |
commit | 0d22ad2b6f01424c64c2a61f2854a123dcefa0e8 (patch) | |
tree | e2198a1ed8d52409157a64593873717b534d79d5 | |
parent | x11/polybar: Update to 3.3.1 (diff) |
net/prosearch: remove MARIA option that was disabled in r416166 (3 years ago)
Notes
Notes:
svn path=/head/; revision=497850
Diffstat (limited to '')
-rw-r--r-- | net/prosearch/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile index a2fb8c2bd746..1ea2da735224 100644 --- a/net/prosearch/Makefile +++ b/net/prosearch/Makefile @@ -33,14 +33,10 @@ APACHE_DESC= With web server apache2.2+ MOD_PERL2_DESC= With MOD_PERL2 MOD_FASTCGI_DESC= With MOD_FASTCGI DB_DESC= With both database server and client -#MARIA_DESC= mariaDB PGPP_DESC= postgres pure Perl connection driver SPHINX_DESC= sphinx fulltext search engine #NGINX_DESC= With web server (NGINX) -#RG1_DESC= Database backend -#OPTIONS_RADIO= RG1 -#OPTIONS_RADIO_RG1= MYSQL MARIA .include <bsd.port.options.mk> RUN_DEPENDS+=\ @@ -100,17 +96,6 @@ p5-DBD-mysql>=0:databases/p5-DBD-mysql USES+= mysql:server .endif -.if ${PORT_OPTIONS:MMARIA} -RUN_DEPENDS+=\ -p5-DBD-mysql>=0:databases/p5-DBD-mysql \ -${LOCALBASE}bin/mysql:databases/mariadb100-client -.endif - -.if ${PORT_OPTIONS:MDB} && ${PORT_OPTIONS:MMARIA} -RUN_DEPENDS+=\ -${LOCALBASE}/libexec/mysqld:databases/mariadb100-server -.endif - .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql RUN_DEPENDS+=\ |