diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 11:34:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 11:34:45 +0000 |
commit | 41ad1cc560dcbd5e172d09305f295fde35ac585c (patch) | |
tree | 9d9b45de963c7adcc7d8ae9cfd88b9cb22977902 /audio/xfmpc | |
parent | 9f045962b0837d6d8c6ed9181565c137f88460ee (diff) |
Notes
Diffstat (limited to 'audio/xfmpc')
-rw-r--r-- | audio/xfmpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index 585ed070425b..426cabc32d9c 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfmpc PORTVERSION= 0.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -15,7 +15,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org COMMENT= A graphical MPD client focusing on low footprint -LIB_DEPENDS= mpd.0:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= mpd.1:${PORTSDIR}/audio/libmpd USE_BZIP2= yes USE_GMAKE= yes |