diff options
author | jlam <jlam@pkgsrc.org> | 1999-07-13 01:20:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-07-13 01:20:11 +0000 |
commit | ac803dafa17532bbe0ee594887740a8bee81007e (patch) | |
tree | b280a03b61f338f74ad275dd10073e180ef27433 /sysutils | |
parent | 084660e2c28c0bc8722190097224f9ed624febee (diff) | |
download | pkgsrc-ac803dafa17532bbe0ee594887740a8bee81007e.tar.gz |
Update readline dependency.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index 1bb6f236e3d..46f9c3c368b 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/05/20 20:09:52 tron Exp $ +# $NetBSD: Makefile,v 1.8 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+= gnuplot-3.7:../../graphics/gnuplot DEPENDS+= amanda-common-2.4.1p1:../amanda-common |