diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 17:59:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 17:59:00 +0000 |
commit | 9d46e75883cf7c1d60e6e8d0dfcb7282d2414a12 (patch) | |
tree | c851ebb676505253e1f9957f95dc577d449f2091 /audio/xfmpc | |
parent | 80686e7d9b732d4900fa3147c4d7327642c8c168 (diff) | |
download | ports-9d46e75883cf7c1d60e6e8d0dfcb7282d2414a12.tar.gz ports-9d46e75883cf7c1d60e6e8d0dfcb7282d2414a12.zip |
Notes
Diffstat (limited to 'audio/xfmpc')
-rw-r--r-- | audio/xfmpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index 583b465f5a7a..916f8949256c 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfmpc PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/0.2/ DIST_SUBDIR= xfce4 @@ -14,7 +15,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org COMMENT= A graphical MPD client focusing on low footprint -LIB_DEPENDS= mpd.1:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= mpd.2:${PORTSDIR}/audio/libmpd MAKE_JOBS_SAFE= yes USE_BZIP2= yes |