diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-04-28 07:00:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-04-28 07:00:26 +0800 |
commit | 3d0724943165cfdebf95b349a78e94b5e5e609ef (patch) | |
tree | 78589a89b89c6aaf0550119fa695be10ef4dc516 /x11-themes/audacious-skins | |
parent | b491d5277a1a277b6a607552e07889513a2cc6e6 (diff) | |
download | freebsd-ports-gnome-3d0724943165cfdebf95b349a78e94b5e5e609ef.tar.gz freebsd-ports-gnome-3d0724943165cfdebf95b349a78e94b5e5e609ef.tar.zst freebsd-ports-gnome-3d0724943165cfdebf95b349a78e94b5e5e609ef.zip |
Fix dependency resolution after the recent audacious update.
Notified by: pointyhat (pav)
Diffstat (limited to 'x11-themes/audacious-skins')
-rw-r--r-- | x11-themes/audacious-skins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/audacious-skins/Makefile b/x11-themes/audacious-skins/Makefile index e813637ec8c5..ff5f39f2f0c1 100644 --- a/x11-themes/audacious-skins/Makefile +++ b/x11-themes/audacious-skins/Makefile @@ -7,14 +7,14 @@ PORTNAME= audacious-skins PORTVERSION= 0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-themes MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A collection of audacious skins -BUILD_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious +BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious NO_BUILD= yes |