diff options
author | agc <agc> | 2004-01-27 12:04:46 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-27 12:04:46 +0000 |
commit | ee8fb2b478ee2085c7d1a81325a415bc1f3a3820 (patch) | |
tree | 1449a089f22ba074efb10de1184cdaf783350257 | |
parent | 51f2044aa3d4882fcd153896bb17682da3108358 (diff) | |
download | pkgsrc-ee8fb2b478ee2085c7d1a81325a415bc1f3a3820.tar.gz |
Allow emixer to work with mpg123-esound and mpg123-nas as well as mpg123.
-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 |