From 81e74323f50ee4dd8e03b8fd57030a3dd6170391 Mon Sep 17 00:00:00 2001 From: flo Date: Tue, 4 Jun 2013 18:01:46 +0000 Subject: Remove MySQL 5.0, it has been unsupported upstream for about 1.5 years Approved by: ale (maintainer) --- deskutils/moregroupware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deskutils') diff --git a/deskutils/moregroupware/Makefile b/deskutils/moregroupware/Makefile index dab87fe612e8..e2ce2ebd69d8 100644 --- a/deskutils/moregroupware/Makefile +++ b/deskutils/moregroupware/Makefile @@ -32,7 +32,7 @@ USES+= gettext .if ${PORT_OPTIONS:MPGSQL} RUN_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql74-server .else -RUN_DEPENDS+= ${LOCALBASE}/bin/mysql:${PORTSDIR}/databases/mysql50-server +USE_MYSQL= server .endif .if ${PORT_OPTIONS:MADDONS} -- cgit