diff options
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 2 | ||||
-rw-r--r-- | audio/wmauda/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index cf1313bc1007..de18952ad3dc 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} MAINTAINER= beyert@cs.ucr.edu COMMENT= Utility to split mp3 and ogg files (via GTK Interface) -BUILD_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious +BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt \ mad.2:${PORTSDIR}/audio/libmad \ ogg.7:${PORTSDIR}/audio/libogg \ 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 |