diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-08 17:16:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-08 17:16:32 +0000 |
commit | dd98fdf4d469d39ce6b24ea934b7a0f4659c3ec4 (patch) | |
tree | 0b499085e08fdd8d9de836abf1f5481c77a6b87a /databases/postgresql | |
parent | fc336b9d769997006da0964520ff5193807119f4 (diff) | |
download | pkgsrc-dd98fdf4d469d39ce6b24ea934b7a0f4659c3ec4.tar.gz |
Note the packages that include this file so we note when other packages are
update when this one is updated.
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index a95fcde60cd..4eaa7f77d7f 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,10 @@ -# $NetBSD: Makefile.common,v 1.5 2000/12/07 08:29:00 mjl Exp $ +# $NetBSD: Makefile.common,v 1.6 2000/12/08 17:16:32 jlam Exp $ +# +# This file is included by the following packages: +# +# postgresql +# tcl-postgresql +# tk-postgresql DISTNAME= postgresql-${PG_VERS} PG_VERS= 7.0.3 |