diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao/Makefile | 4 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 4 | ||||
-rw-r--r-- | audio/rio500/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 20055bb483a..1db329e4905 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/08/23 16:42:31 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:18 skrll Exp $ DISTNAME= libao-0.8.0 CATEGORIES= devel @@ -7,7 +7,7 @@ MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ MAINTAINER= lukem@netbsd.org COMMENT= cross-platform audio library -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf PLIST_SUBST+= VERSION="${DISTNAME}" diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 6995c0f7d33..637778ddbd1 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/08/14 14:53:20 lukem Exp $ +# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:18 skrll Exp $ DISTNAME= libvorbis-1.0rc2 PKGNAME= libvorbis-1.0.0.6 @@ -11,7 +11,7 @@ COMMENT= Library for the Ogg Vorbis audio encoding format USE_BUILDLINK_ONLY= YES BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index a8a3e94cf97..dcd876d61dc 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/15 15:44:29 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2001/08/26 10:32:19 skrll Exp $ # DISTNAME= rio500-0.7 @@ -9,7 +9,7 @@ MAINTAINER= ad@netbsd.org HOMEPAGE= http://rio500.sourceforge.net/ COMMENT= Utilities to manage your Diamond Rio 500 MP3 player -BUILD_DEPENDS+= automake-*:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake DEPENDS+= glib>=1.2.0:../../devel/glib USE_GMAKE= yes |