summaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver
diff options
context:
space:
mode:
authordholland <dholland>2011-09-05 00:00:18 +0000
committerdholland <dholland>2011-09-05 00:00:18 +0000
commit34b70ee398b31e86e3d0515dc8397c4fc8d22279 (patch)
treef9db588c1940744420c775bf0fdab8d488baabbd /audio/squeezeboxserver
parent1ee3f0dfeff04c8d04370f1b06c2b292f8715d6f (diff)
downloadpkgsrc-34b70ee398b31e86e3d0515dc8397c4fc8d22279.tar.gz
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.
Diffstat (limited to 'audio/squeezeboxserver')
-rw-r--r--audio/squeezeboxserver/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile
index 794cc24090b..1e6c7b144c9 100644
--- a/audio/squeezeboxserver/Makefile
+++ b/audio/squeezeboxserver/Makefile
@@ -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