summaryrefslogtreecommitdiff
path: root/audio/id3ed
diff options
context:
space:
mode:
authortron <tron>2000-07-20 15:40:58 +0000
committertron <tron>2000-07-20 15:40:58 +0000
commit62fbd584d77b79f824201e0ba158e7c7345e7818 (patch)
treeb355bc0409bcbd77cbd491ea0b0672b366e96cee /audio/id3ed
parent172dbda4d4622024d8b03c0290a69b726fef889a (diff)
downloadpkgsrc-62fbd584d77b79f824201e0ba158e7c7345e7818.tar.gz
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'audio/id3ed')
-rw-r--r--audio/id3ed/Makefile4
1 files changed, 2 insertions, 2 deletions
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