summaryrefslogtreecommitdiff
path: root/databases/postgresql80
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-10-25 09:54:26 +0000
committerabs <abs@pkgsrc.org>2005-10-25 09:54:26 +0000
commit4d8811da9676ff0cf272cbab4eaf2b058b13579a (patch)
tree25f015b880dbec6e61841b59193bef1555c8bc4c /databases/postgresql80
parentdde874ff4bd93cd3a2f056758cbe8f8774f93c9a (diff)
downloadpkgsrc-4d8811da9676ff0cf272cbab4eaf2b058b13579a.tar.gz
remove the hardcoded 'nb2' in the postgres depends line
Diffstat (limited to 'databases/postgresql80')
-rw-r--r--databases/postgresql80/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql80/Makefile b/databases/postgresql80/Makefile
index e07bf07ee9a..3a6ae0f325b 100644
--- a/databases/postgresql80/Makefile
+++ b/databases/postgresql80/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2005/10/23 20:16:52 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/10/25 09:54:26 abs Exp $
PKGNAME= postgresql80-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
-DEPENDS+= postgresql80-client>=${BASE_VERS}nb2:../../databases/postgresql80-client
-DEPENDS+= postgresql80-server>=${BASE_VERS}nb2:../../databases/postgresql80-server
+DEPENDS+= postgresql80-client>=${BASE_VERS}:../../databases/postgresql80-client
+DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
.include "Makefile.common"