diff options
author | agc <agc@pkgsrc.org> | 2004-01-27 12:04:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-27 12:04:46 +0000 |
commit | e9d3313c62a62d68afa6f3ac03142aded4e8accf (patch) | |
tree | 1449a089f22ba074efb10de1184cdaf783350257 /audio/emixer/Makefile | |
parent | 6210ed29120425d71305301c0e96aaba5421453a (diff) | |
download | pkgsrc-e9d3313c62a62d68afa6f3ac03142aded4e8accf.tar.gz |
Allow emixer to work with mpg123-esound and mpg123-nas as well as mpg123.
Diffstat (limited to 'audio/emixer/Makefile')
-rw-r--r-- | audio/emixer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile index 2a6f9b0cd5b..c4959bc6704 100644 --- a/audio/emixer/Makefile +++ b/audio/emixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/09/28 09:13:55 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/27 12:04:46 agc Exp $ # DISTNAME= emixer-0.05.5 @@ -11,7 +11,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://toaster.muc-t-systems.com/~emixer/ COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them -DEPENDS+= mpg123-0.59*:../../audio/mpg123 +DEPENDS+= mpg123{,-esound,-nas}-0.59*:../../audio/mpg123 USE_BUILDLINK2= YES |