aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-08-20 00:06:18 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-08-20 00:06:18 +0000
commitef3353b0dab470c81eecff827764772763659311 (patch)
treed7e751a01c37076af42030728287a6bbfe471b77 /audio
parent0a6a082939df8bc714a62402d39d3c53eb2dd6c4 (diff)
downloadports-ef3353b0dab470c81eecff827764772763659311.tar.gz
ports-ef3353b0dab470c81eecff827764772763659311.zip
Remove the direct dependency on mysqld and replace it with USE_MYSQL= server
PR: ports/159538 Submitted by: me Approved by: maintainer timeout (14 days)
Notes
Notes: svn path=/head/; revision=280037
Diffstat (limited to 'audio')
-rw-r--r--audio/squeezeboxserver/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile
index 176faf32dbc1..d89f1dcff8b1 100644
--- a/audio/squeezeboxserver/Makefile
+++ b/audio/squeezeboxserver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= squeezeboxserver
PORTVERSION= 7.5.4
-#PORTREVISION= 1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.slimdevices.com/SqueezeboxServer_v${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-noCPAN
@@ -60,13 +60,9 @@ USE_PERL5= yes
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
-USE_MYSQL= yes
+USE_MYSQL= server
IGNORE_WITH_MYSQL= 323 40
-# We need a dependency on the server because squeezecenter runs the binary
-# directly with a non-standard config.
-RUN_DEPENDS+= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
-
.if !defined(WITHOUT_APE)
RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac
.endif