Use mysql.buildlink3.mk instead of explicitly depending on mysql51-server.

As a precaution (given the known bodginess of this package) set
MYSQL_VERSIONS_ACCEPTED to 51 (only) to preserve the previous behavior.

Someone who has the hardware should probably test it on mysql55-server
sometime.
This commit is contained in:
dholland 2011-09-05 00:00:18 +00:00
parent fa5b5b3498
commit f60b479767

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2011/08/13 18:00:01 joerg Exp $
# $NetBSD: Makefile,v 1.8 2011/09/05 00:00:18 dholland Exp $
# To the poor soul who wants to update this package:
#
@ -65,7 +65,8 @@ NO_BIN_ON_FTP= ${RESTRICTED}
LICENSE= squeezeboxserver-license
# Database server
DEPENDS+= mysql-server-[0-9]*:../../databases/mysql51-server
MYSQL_VERSIONS_ACCEPTED= 51
.include "../../mk/mysql.buildlink3.mk"
# Audio converters
DEPENDS+= wavpack-[0-9]*:../../audio/wavpack