diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-12-27 09:30:18 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-12-27 09:30:18 +0000 |
commit | 6417c6bb69a191daed9875dd95303e6ac0a589a1 (patch) | |
tree | 08178bcf0c6a3ed4c8f9bdfb7a7b37e46cd2d1a8 /audio/musicpd | |
parent | 64f575f808dd385854e9d6ef270f2a23e299caef (diff) |
Notes
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 1 | ||||
-rw-r--r-- | audio/musicpd/files/musicpd.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 0359bcca6904..229bbf126882 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= musicpd PORTVERSION= 0.16.5 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION} DISTNAME= mpd-${PORTVERSION} diff --git a/audio/musicpd/files/musicpd.in b/audio/musicpd/files/musicpd.in index dfdcb8532446..05ce1d909cdf 100644 --- a/audio/musicpd/files/musicpd.in +++ b/audio/musicpd/files/musicpd.in @@ -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: |