From ebcef6eadfef276aab64d4cc2588efc5f7c3a96f Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 20 Jul 2000 15:40:58 +0000 Subject: Depend on version 4.0 or newer of the "readline" package. --- audio/id3ed/Makefile | 4 ++-- audio/rplay/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index 9bffe679c63..edfcc25ab91 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/07/13 01:20:11 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/20 15:40:58 tron Exp $ # DISTNAME= id3ed-1.9 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.azstarnet.com/~donut/id3ed/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.azstarnet.com/~donut/programs.html -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline GNU_CONFIGURE= YES USE_GMAKE= YES diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 6bde3c79eec..1d899089fac 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/06/21 03:37:22 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2000/07/20 15:41:01 tron Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -22,7 +22,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include # for gsm.h and rxposix.h .if !exists(/usr/include/readline.h) -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline .endif INFO_FILES= RPLAY.info RPLAY.info librplay.info rplay.info -- cgit v1.2.3