diff options
author | tron <tron@pkgsrc.org> | 2000-07-20 15:40:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-20 15:40:58 +0000 |
commit | ebcef6eadfef276aab64d4cc2588efc5f7c3a96f (patch) | |
tree | b355bc0409bcbd77cbd491ea0b0672b366e96cee /net | |
parent | 5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e (diff) | |
download | pkgsrc-ebcef6eadfef276aab64d4cc2588efc5f7c3a96f.tar.gz |
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'net')
-rw-r--r-- | net/coda5_client/Makefile | 4 | ||||
-rw-r--r-- | net/coda5_server/Makefile | 4 | ||||
-rw-r--r-- | net/coda_client/Makefile | 4 | ||||
-rw-r--r-- | net/coda_server/Makefile | 4 | ||||
-rw-r--r-- | net/delegate/Makefile | 4 | ||||
-rw-r--r-- | net/ncftp2/Makefile | 4 | ||||
-rw-r--r-- | net/samba/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index e530c522728..77bd58996ab 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/02/09 02:27:46 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2000/07/20 15:41:06 tron Exp $ # DISTNAME= coda-5.3.5 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= lwp>=1.1:../../devel/lwp DEPENDS+= ncurses>=4.2:../../devel/ncurses -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline #LICENSE= GPL diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index 4c53ad69cdd..1948cc5cb19 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/02/09 02:30:36 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2000/07/20 15:41:06 tron Exp $ # DISTNAME= coda-5.3.5 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= lwp>=1.1:../../devel/lwp DEPENDS+= ncurses>=4.2:../../devel/ncurses -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline #LICENSE= GPL diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index ba0c4c7edf8..ce185f7954c 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/06/13 10:40:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2000/07/20 15:41:06 tron Exp $ # DISTNAME= coda-4.6.6 @@ -11,7 +11,7 @@ MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= gdbm>=1.7.3:../../databases/gdbm -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline ONLY_FOR_PLATFORM= NetBSD-*-* NOT_FOR_PLATFORM= NetBSD-*-alpha # needs custom asm. diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile index d3c2d2a9ede..8ae502d7d8b 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/06/13 10:40:27 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2000/07/20 15:41:07 tron Exp $ # DISTNAME= coda-4.6.6 @@ -11,7 +11,7 @@ MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= gdbm>=1.7.3:../../databases/gdbm -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline ONLY_FOR_PLATFORM= NetBSD-*-* NOT_FOR_PLATFORM= *-*-alpha # needs custom asm. diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 320c32e6736..436229f0382 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/07/10 15:06:39 rh Exp $ +# $NetBSD: Makefile,v 1.16 2000/07/20 15:41:07 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1998/11/09 09:24:20 max Exp # @@ -19,7 +19,7 @@ MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/ \ MAINTAINER= packages@NetBSD.ORG HOMEPAGE= http://wall.etl.go.jp/delegate/ -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline DELEGATE_MANAGER?= root@localhost diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile index 263379f6600..986df3f7092 100644 --- a/net/ncftp2/Makefile +++ b/net/ncftp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/04/16 09:12:44 mycroft Exp $ +# $NetBSD: Makefile,v 1.21 2000/07/20 15:41:08 tron Exp $ # FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp # @@ -24,7 +24,7 @@ CPPFLAGS+= -DHAVE_READLINE_H=1 -DHAVE_HISTORY_H=1 CONFIGURE_ARGS+= --disable-readline --disable-ncurses CONFIGURE_ENV+= LIBS="-ledit -ltermcap" .else -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline .endif # Include SOCKS firewall support diff --git a/net/samba/Makefile b/net/samba/Makefile index dfc59558cc5..ee6337992a8 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2000/05/17 09:22:28 veego Exp $ +# $NetBSD: Makefile,v 1.34 2000/07/20 15:41:09 tron Exp $ DISTNAME= samba-2.0.7 WRKSRC= ${WRKDIR}/${DISTNAME}/source @@ -13,7 +13,7 @@ HOMEPAGE= http://www.samba.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf .if !exists(/usr/include/readline.h) -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline .endif GNU_CONFIGURE= # defined |