diff options
author | oliver <oliver@FreeBSD.org> | 2011-04-28 13:56:54 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2011-04-28 13:56:54 +0800 |
commit | 8f188ae98fadab6e5292bf0c6779fb9f74cfb3cd (patch) | |
tree | f762294a1a7098e74b9c940046f776e303400ab5 /audio/wmauda | |
parent | 24cb15fae816ab054d5645631c16ee7595764e52 (diff) | |
download | freebsd-ports-gnome-8f188ae98fadab6e5292bf0c6779fb9f74cfb3cd.tar.gz freebsd-ports-gnome-8f188ae98fadab6e5292bf0c6779fb9f74cfb3cd.tar.zst freebsd-ports-gnome-8f188ae98fadab6e5292bf0c6779fb9f74cfb3cd.zip |
The audacious binary got renamed from audacious2 to audacious.
Reflect this change in the depending ports.
Diffstat (limited to 'audio/wmauda')
-rw-r--r-- | audio/wmauda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile index c0b7607a99ac..66eb2fc1ed6f 100644 --- a/audio/wmauda/Makefile +++ b/audio/wmauda/Makefile @@ -16,8 +16,8 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= garga@FreeBSD.org COMMENT= A port of wmxmms to GTK 2.x and Audacious -BUILD_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious -RUN_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious +BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious +RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious LIB_DEPENDS= mowgli.2:${PORTSDIR}/devel/libmowgli USE_GMAKE= yes |