diff options
author | rh <rh@pkgsrc.org> | 2000-04-28 06:50:13 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-04-28 06:50:13 +0000 |
commit | 9f063f021156c693c6d63e871673fd7120f2de5f (patch) | |
tree | 5218e8d41dfb4de288015e1484a8255582b214e8 | |
parent | fc35e86890cd4d9071ec51859e0c768d4c7ec913 (diff) | |
download | pkgsrc-9f063f021156c693c6d63e871673fd7120f2de5f.tar.gz |
Fix location of tk-postgresql
-rw-r--r-- | databases/pgaccess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index ed4aac58bcd..cd730be21cb 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/04/27 08:24:17 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/28 06:50:13 rh 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/postgresql +DEPENDS+= tk-postgresql-6.5.3:../../databases/tk-postgresql NO_BUILD= yes |