summaryrefslogtreecommitdiff
path: root/databases/postgresql74
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-13 05:21:49 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-13 05:21:49 +0000
commiteb6cafc4da43e0f012a9af44cdf549cb3ea3f2a3 (patch)
tree35e399c6364883c5fc3d07b03b623fd78c22be8a /databases/postgresql74
parent934bdf2ac96603fbcb1d393cc32d18660fe92a41 (diff)
downloadpkgsrc-eb6cafc4da43e0f012a9af44cdf549cb3ea3f2a3.tar.gz
drop dependence on nb1 of -client - it's not necessary after the update
to 7.4.5 pointed out by Greg Troxel in private e-mail
Diffstat (limited to 'databases/postgresql74')
-rw-r--r--databases/postgresql74/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74/Makefile b/databases/postgresql74/Makefile
index db5577e5fc1..7134afd5509 100644
--- a/databases/postgresql74/Makefile
+++ b/databases/postgresql74/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/08/04 13:55:02 recht Exp $
+# $NetBSD: Makefile,v 1.6 2004/10/13 05:21:49 jdolecek Exp $
PKGNAME= postgresql74-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
-DEPENDS+= postgresql74-client>=${BASE_VERS}nb1:../../databases/postgresql74-client
+DEPENDS+= postgresql74-client>=${BASE_VERS}:../../databases/postgresql74-client
DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
DEPENDS+= postgresql74-docs>=${BASE_VERS}:../../databases/postgresql74-docs