diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-20 08:06:18 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-20 08:06:18 +0800 |
commit | c02b8606b5e8f416ab1ecbe75e3b0d318ea90920 (patch) | |
tree | bc9163f08264dba44d350b97a697cd7f78cd4302 | |
parent | c1d9434313a90e0fcf9f6e33f164dabd81e47219 (diff) | |
download | freebsd-ports-gnome-c02b8606b5e8f416ab1ecbe75e3b0d318ea90920.tar.gz freebsd-ports-gnome-c02b8606b5e8f416ab1ecbe75e3b0d318ea90920.tar.zst freebsd-ports-gnome-c02b8606b5e8f416ab1ecbe75e3b0d318ea90920.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)
-rw-r--r-- | audio/squeezeboxserver/Makefile | 8 |
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 |