audio/musicpc: tweaks from obsolete upgrade PR
There was an existing PR to upgrade this port but it was upgraded without that PR. Here are some nonfunctional tweaks that PR was going to make. PR: 201172 submitted by: ports fury
This commit is contained in:
parent
94696ee834
commit
ef8c547149
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399489
2 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= musicpc
|
||||
PORTVERSION= 0.27
|
||||
CATEGORIES= audio ipv6
|
||||
MASTER_SITES= http://musicpd.org/download/mpc/0/
|
||||
MASTER_SITES= http://www.musicpd.org/download/mpc/0/
|
||||
DISTNAME= mpc-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient
|
|||
OPTIONS_DEFINE= EXAMPLES DOCS ICONV
|
||||
OPTIONS_DEFAULT= ICONV
|
||||
|
||||
USES= tar:xz pkgconfig
|
||||
USES= pkgconfig tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
A client for MPD, the Music Player Daemon.
|
||||
mpc connects to a MPD running on a machine via a network.
|
||||
Read more about MPD on http://www.musicpd.org
|
||||
|
||||
WWW: http://www.musicpd.org
|
||||
|
|
Loading…
Reference in a new issue