diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-28 05:56:54 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-28 05:56:54 +0000 |
commit | 72da69b4cc04f3c39c0cc04aa867c8a8f312bd75 (patch) | |
tree | 8e2407d07abdfe969a4429c3120fda9f711e3f2f /audio/mp3splt-gtk | |
parent | 93af46652285dfdc8293d904b95290c934ddc875 (diff) | |
download | ports-72da69b4cc04f3c39c0cc04aa867c8a8f312bd75.tar.gz ports-72da69b4cc04f3c39c0cc04aa867c8a8f312bd75.zip |
Notes
Diffstat (limited to 'audio/mp3splt-gtk')
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 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 \ |