diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-03 18:04:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-03 18:04:33 +0000 |
commit | 5940f50ab65982bf80c423fb0c6f6096d5dcc66e (patch) | |
tree | 8c67074a8e842db0a5626b70438c388fde87e665 /audio | |
parent | 8e0ddac8658fe416b5b998fdde7d51790206e7b4 (diff) | |
download | pkgsrc-5940f50ab65982bf80c423fb0c6f6096d5dcc66e.tar.gz |
Adapt to new dewey-conform version number of mpg123.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gqmpeg/Makefile | 4 | ||||
-rw-r--r-- | audio/musicbox/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 97065d64af9..5add0360474 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2001/11/27 05:12:33 lukem Exp $ +# $NetBSD: Makefile,v 1.49 2001/12/03 18:04:33 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp DISTNAME= gqmpeg-0.11.0 @@ -11,7 +11,7 @@ COMMENT= GTK+ front end to mpg123 BUILD_USES_MSGFMT= yes -DEPENDS+= mpg123>=0.59r:../../audio/mpg123 +DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools USE_BUILDLINK_ONLY= YES diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile index a902caf407f..c05d7594ca6 100644 --- a/audio/musicbox/Makefile +++ b/audio/musicbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/09/14 03:34:44 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/12/03 18:04:34 wiz Exp $ DISTNAME= musicbox-1.01p2 CATEGORIES= audio @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= rxg@ms25.url.com.tw COMMENT= X11 front-interface for mpg123 -DEPENDS+= mpg123-0.59r:../../audio/mpg123 +DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 DEPENDS+= qt1-1.44:../../x11/qt1 WRKSRC= ${WRKDIR}/musicbox-1.01 |