diff options
-rw-r--r-- | databases/gtksql/Makefile | 4 | ||||
-rw-r--r-- | databases/gtranscript/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/pgaccess/Makefile | 4 | ||||
-rw-r--r-- | databases/py-postgresql/Makefile | 4 | ||||
-rw-r--r-- | www/php3-pgsql/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 24ed4599c9c..9f72e654ebe 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/04/09 03:53:50 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2000/05/20 19:52:49 jlam Exp $ # DISTNAME= gtksql-0.3 @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.multimania.com/bbrox/GtkSQL/ DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= postgresql-6.5.3:../../databases/postgresql +DEPENDS+= postgresql>=6.5.3:../../databases/postgresql USE_X11BASE= # defined diff --git a/databases/gtranscript/Makefile b/databases/gtranscript/Makefile index e241dac49a1..074b0939e47 100644 --- a/databases/gtranscript/Makefile +++ b/databases/gtranscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/04/09 03:55:02 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2000/05/20 19:52:50 jlam Exp $ # DISTNAME= gtranscript-0.0.1 @@ -17,7 +17,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://gtranscript.linuxbox.com/ DEPENDS+= gnome-core-*:../../x11/gnome-core -DEPENDS+= postgresql-6.5.3:../../databases/postgresql +DEPENDS+= postgresql>=6.5.3:../../databases/postgresql GNU_CONFIGURE= YES USE_X11BASE= YES diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 2d7b242085d..e8c85dc04f1 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/03 15:50:24 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/20 19:52:50 jlam Exp $ # DISTNAME= DBD-Pg-0.93 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.postgresql.org/ -DEPENDS+= postgresql-6.5.3:../../databases/postgresql +DEPENDS+= postgresql>=6.5.3:../../databases/postgresql DEPENDS+= p5-DBI-1.08:../../databases/p5-DBI USE_PERL5= YES diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index cd730be21cb..a8f1eebe538 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/04/28 06:50:13 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/05/20 19:52:50 jlam Exp $ # DISTNAME= pgaccess-0.98.5 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.flex.ro/pub/pgaccess/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.flex.ro/pgaccess/ -DEPENDS+= tk-postgresql-6.5.3:../../databases/tk-postgresql +DEPENDS+= tk-postgresql>=6.5.3:../../databases/tk-postgresql NO_BUILD= yes diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index da35947169f..283f9d9a53c 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/04/09 03:55:35 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/05/20 19:52:51 jlam Exp $ DISTNAME= PyGreSQL-2.4 PKGNAME= py-postgresql-2.4 @@ -10,7 +10,7 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://www.druid.net/pygresql/ DEPENDS+= python-1.5.2:../../lang/python -DEPENDS+= postgresql-6.5.3:../../databases/postgresql +DEPENDS+= postgresql>=6.5.3:../../databases/postgresql ALL_TARGET= default diff --git a/www/php3-pgsql/Makefile b/www/php3-pgsql/Makefile index 24e1ebcfd17..26b7c285d88 100644 --- a/www/php3-pgsql/Makefile +++ b/www/php3-pgsql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2000/04/09 04:00:35 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/05/20 19:52:52 jlam Exp $ # PKGNAME= php-pgsql-${PHP_VERSION} -DEPENDS+= postgresql-6.5.3:../../databases/postgresql +DEPENDS+= postgresql>=6.5.3:../../databases/postgresql CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/pgsql |