diff options
-rw-r--r-- | audio/id3ed/Makefile | 4 | ||||
-rw-r--r-- | math/R/Makefile | 4 | ||||
-rw-r--r-- | misc/py-readline/Makefile | 4 | ||||
-rw-r--r-- | net/coda5_client/Makefile | 6 | ||||
-rw-r--r-- | net/coda5_server/Makefile | 6 | ||||
-rw-r--r-- | net/coda_client/Makefile | 6 | ||||
-rw-r--r-- | net/coda_server/Makefile | 6 | ||||
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 |
9 files changed, 22 insertions, 22 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index dd2975f5da7..9bffe679c63 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/07/05 01:59:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1999/07/13 01:20:11 jlam Exp $ # DISTNAME= id3ed-1.9 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.azstarnet.com/~donut/id3ed/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.azstarnet.com/~donut/programs.html -DEPENDS+= readline-2.2:../../devel/readline +DEPENDS+= readline-4.0:../../devel/readline GNU_CONFIGURE= YES USE_GMAKE= YES diff --git a/math/R/Makefile b/math/R/Makefile index d972d331dd4..410343536ba 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/06/09 00:45:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/07/13 01:20:12 jlam Exp $ # DISTNAME= R-0.64.1 @@ -21,7 +21,7 @@ HOMEPAGE= http://lib.stat.cmu.edu/R/CRAN/ .if !exists(/usr/bin/f77) DEPENDS+= f2c-19980913:../../lang/f2c .endif -DEPENDS+= readline-2.2:../../devel/readline +DEPENDS+= readline-4.0:../../devel/readline USE_X11= yes USE_PERL5= yes diff --git a/misc/py-readline/Makefile b/misc/py-readline/Makefile index 7307eced18b..f396ad45a32 100644 --- a/misc/py-readline/Makefile +++ b/misc/py-readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/04/14 05:47:45 tsarna Exp $ +# $NetBSD: Makefile,v 1.10 1999/07/13 01:20:12 jlam 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-2.2:../../devel/readline +DEPENDS+= readline-4.0:../../devel/readline DIST_SUBDIR= python ALL_TARGET= default diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 21c8dda0481..8098bb5064e 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/06/20 21:06:21 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/07/13 01:20:13 jlam Exp $ # DISTNAME= coda-5.2.4 @@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ -DEPENDS= gdbm-1.7.3:../../databases/gdbm \ - readline-2.2:../../devel/readline +DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= readline-4.0:../../devel/readline ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-ns32k diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index 22158c1c502..8aa2a9290ed 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/06/20 21:06:21 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/07/13 01:20:13 jlam Exp $ # DISTNAME= coda-5.2.4 @@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ -DEPENDS= gdbm-1.7.3:../../databases/gdbm \ - readline-2.2:../../devel/readline +DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= readline-4.0:../../devel/readline ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-ns32k diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index 4a146ce0802..2f9abcb0349 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/05/24 20:39:46 tv Exp $ +# $NetBSD: Makefile,v 1.10 1999/07/13 01:20:13 jlam Exp $ # DISTNAME= coda-4.6.6 @@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ -DEPENDS= gdbm-1.7.3:../../databases/gdbm \ - readline-2.2:../../devel/readline +DEPENDS+= gdbm-1.7.3:../../databases/gdbm +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 8d9b39e2025..d28b1c7d8c3 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/05/24 20:39:46 tv Exp $ +# $NetBSD: Makefile,v 1.10 1999/07/13 01:20:13 jlam Exp $ # DISTNAME= coda-4.6.6 @@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ -DEPENDS= gdbm-1.7.3:../../databases/gdbm \ - readline-2.2:../../devel/readline +DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= readline-4.0:../../devel/readline ONLY_FOR_PLATFORM= NetBSD-*-* NOT_FOR_PLATFORM= *-*-alpha # needs custom asm. 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 |