diff options
author | jlam <jlam> | 1999-07-13 01:20:11 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-07-13 01:20:11 +0000 |
commit | 826f262ce4f3d1a73379c46bb40f7cc03b7c0518 (patch) | |
tree | b280a03b61f338f74ad275dd10073e180ef27433 /sysutils/amanda-client | |
parent | bcde72b9d06d20fc88521cbb7fac9e00f2b9e6bb (diff) | |
download | pkgsrc-826f262ce4f3d1a73379c46bb40f7cc03b7c0518.tar.gz |
Update readline dependency.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 9259937ec98..9a658e047e3 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/05/20 20:09:51 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/07/13 01:20:14 jlam 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-2.2:../../devel/readline +DEPENDS+= readline-4.0:../../devel/readline DEPENDS+= gtar-1.12:../../archivers/gtar DEPENDS+= amanda-common-2.4.1p1:../amanda-common |