diff options
author | tron <tron@pkgsrc.org> | 2000-07-20 15:26:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-20 15:26:18 +0000 |
commit | 5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e (patch) | |
tree | 0b4f0b7690aed61930d67fa1f72ada8c7ae78271 /sysutils | |
parent | 92c0be7010e3e31680bc5a62ab387270c3447311 (diff) | |
download | pkgsrc-5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e.tar.gz |
Depend on version 4.0 or newer of the "readline" package.
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 27c1252d4d6..dc1d4cbca66 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/06/01 11:23:41 rh Exp $ +# $NetBSD: Makefile,v 1.15 2000/07/20 15:26:19 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+= gtar-1.12:../../archivers/gtar DEPENDS+= amanda-common-2.4.1p1:../../sysutils/amanda-common 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 |