diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-01-26 15:41:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-01-26 15:41:34 +0000 |
commit | bca6bd6a2d9b1232788d83436335a233242b8bde (patch) | |
tree | 74e86a0a0c4e2ac04a8f12142ec7278f9af3d78c /audio/mpdas | |
parent | 259378c3c418a0ecf07a90941efb5c2fa635bace (diff) |
Notes
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 |