summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-20 15:26:18 +0000
committertron <tron@pkgsrc.org>2000-07-20 15:26:18 +0000
commit5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e (patch)
tree0b4f0b7690aed61930d67fa1f72ada8c7ae78271 /sysutils/amanda-server
parent92c0be7010e3e31680bc5a62ab387270c3447311 (diff)
downloadpkgsrc-5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e.tar.gz
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'sysutils/amanda-server')
-rw-r--r--sysutils/amanda-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile
index 0c26f7ad258..d8ee5008454 100644
--- a/sysutils/amanda-server/Makefile
+++ b/sysutils/amanda-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/09/29 12:34:15 agc Exp $
+# $NetBSD: Makefile,v 1.14 2000/07/20 15:26:18 tron Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.amanda.org/
-DEPENDS+= readline-4.0:../../devel/readline
+DEPENDS+= readline>=4.0:../../devel/readline
DEPENDS+= amanda-common-2.4.1p1:../../sysutils/amanda-common
USE_X11= yes