diff options
-rw-r--r-- | misc/py-readline/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/py-readline/Makefile b/misc/py-readline/Makefile index f396ad45a32..f1e784b66a5 100644 --- a/misc/py-readline/Makefile +++ b/misc/py-readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/07/13 01:20:12 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2000/07/20 15:30:08 tron Exp $ # DISTNAME= py152 @@ -12,7 +12,7 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/doc/tut/interacting.html DEPENDS+= python-1.5.2:../../lang/python -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline DIST_SUBDIR= python ALL_TARGET= default 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 |