diff options
author | miwi <miwi@FreeBSD.org> | 2011-01-26 23:41:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-01-26 23:41:34 +0800 |
commit | 516752a584b8bd1c4bc89470914ef9a8825ac134 (patch) | |
tree | d0e2389b1e44e80db51cf5021e2bdab1fae77190 /audio/mpdas | |
parent | 154236bedcf20a848997df556989c37c1b3213ea (diff) | |
download | freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.tar.gz freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.tar.zst freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.zip |
- Chase libmpd shlib update
Submitted by: avl
Approved by: portmgr (myself, pav)
Feature safe: yes
Diffstat (limited to 'audio/mpdas')
-rw-r--r-- | audio/mpdas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile index d05f7c560375..17df2effb705 100644 --- a/audio/mpdas/Makefile +++ b/audio/mpdas/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpdas PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ @@ -14,7 +15,7 @@ MAINTAINER= hrkfdn@gmail.com COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - mpd:${PORTSDIR}/audio/libmpd + mpd.3:${PORTSDIR}/audio/libmpd USE_GNOME= pkgconfig USE_BZIP2= yes |