mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Ensure that oss starts before musicpd (only applicable when using audio/oss)
This commit is contained in:
parent
64f575f808
commit
6417c6bb69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288099
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= musicpd
|
||||
PORTVERSION= 0.16.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio ipv6
|
||||
MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION}
|
||||
DISTNAME= mpd-${PORTVERSION}
|
||||
|
@ -3,7 +3,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: musicpd
|
||||
# REQUIRE: mixer LOGIN avahi_daemon
|
||||
# REQUIRE: mixer LOGIN avahi_daemon oss
|
||||
# KEYWORD: shutdown
|
||||
|
||||
# Add the following line to /etc/rc.conf to enable mpd:
|
||||
|
Loading…
Reference in New Issue
Block a user