1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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)
This commit is contained in:
Doug Barton 2011-08-20 00:06:18 +00:00
parent 0a6a082939
commit ef3353b0da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280037

View File

@ -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