summaryrefslogtreecommitdiff
path: root/databases/postgresql80
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-02-06 13:21:45 +0000
committertaca <taca@pkgsrc.org>2005-02-06 13:21:45 +0000
commit9cbdb90780fb71bddfc3f456d6e2a74b21ea636a (patch)
tree06ba7d53d38639845d13a3f2a59cbc3da76eafa9 /databases/postgresql80
parentc09bd6d82aabc0fd45b21101e994d890f88f77f2 (diff)
downloadpkgsrc-9cbdb90780fb71bddfc3f456d6e2a74b21ea636a.tar.gz
Fix pathname of ".include"; wip => databases.
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 2d29f27c5e9..7542850e247 100644
--- a/databases/postgresql80/Makefile
+++ b/databases/postgresql80/Makefile
@@ -2,9 +2,9 @@
PKGNAME= postgresql80-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
-DEPENDS+= postgresql80-client>=${BASE_VERS}:../../wip/postgresql80-client
-DEPENDS+= postgresql80-server>=${BASE_VERS}:../../wip/postgresql80-server
-DEPENDS+= postgresql80-docs>=${BASE_VERS}:../../wip/postgresql80-docs
+DEPENDS+= postgresql80-client>=${BASE_VERS}:../../databases/postgresql80-client
+DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
+DEPENDS+= postgresql80-docs>=${BASE_VERS}:../../databases/postgresql80-docs
.include "Makefile.common"