diff options
author | agc <agc@pkgsrc.org> | 2003-05-21 12:45:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-05-21 12:45:12 +0000 |
commit | 5b4f06c464c6ec7bf33c1780043277be17df42c9 (patch) | |
tree | 99e9074710e42040e69a366002acf4cd1dea6a61 | |
parent | 106a29790755658eea0b0547007e5e14c6d7b800 (diff) | |
download | pkgsrc-5b4f06c464c6ec7bf33c1780043277be17df42c9.tar.gz |
As well as mpg123>=0.59.18, let this package use mpg123-esound>=0.59.18 as
a prerequisite, if it's installed.
-rw-r--r-- | audio/gqmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 99777aa5a8c..bae4593e8c2 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2003/05/02 11:53:42 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2003/05/21 12:45:12 agc Exp $ # DISTNAME= gqmpeg-0.20.0 @@ -12,7 +12,7 @@ COMMENT= GTK+ front end to mpg123 BUILD_USES_MSGFMT= yes DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs -DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 +DEPENDS+= mpg123-{,esound}>=0.59.18:../../audio/mpg123 DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools DEPENDS+= xmp>=2.0.2:../../audio/xmp |