assume for now that mysql 5.5 works instead of removed 5.0

This commit is contained in:
Tobias Nygren 2015-09-25 08:58:53 +02:00
parent 6619dcfecb
commit 9a34034b93
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --enable-jabber --with-res_jabber
.endif
.if !empty(PKG_OPTIONS:Mmysql)
.include "../../databases/mysql5-client/buildlink3.mk"
.include "../../databases/mysql55-client/buildlink3.mk"
PLIST.mysql= yes
CONFIGURE_ARGS+= --enable-mysql --with-app_sql_mysql --with-cdr_mysql --with-res_config_mysql
.endif

View file

@ -9,7 +9,7 @@ MAINTAINER= phil@cs.wwu.edu
HOMEPAGE= http://koha.org/
COMMENT= Koha is an integrated library system
DEPENDS+= mysql-client>=5.0.45:../../databases/mysql5-client
DEPENDS+= mysql-client>=5.5:../../databases/mysql55-client
DEPENDS+= apache>=2.0.61:../../www/apache2
DEPENDS+= p5-Date-Calc>=5.4:../../devel/p5-Date-Calc