diff options
author | abs <abs@pkgsrc.org> | 2002-09-26 09:56:07 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-09-26 09:56:07 +0000 |
commit | 23ea6ff3f0e6b812d0c3d58c2d79a5d110d579b8 (patch) | |
tree | a36e6288ae5ac63bfd64ab7e1736ddf35c3d36e7 /databases | |
parent | 817bef121aeb16b1a8f1ae67da2e35c8c8a60a01 (diff) | |
download | pkgsrc-23ea6ff3f0e6b812d0c3d58c2d79a5d110d579b8.tar.gz |
add comment that this is not included by jdbc-postgresql
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index 8cf460dae39..cc04d410c78 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.29 2002/09/01 01:14:29 jonb Exp $ +# $NetBSD: Makefile.common,v 1.30 2002/09/26 09:56:07 abs Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from -# the main sources of the PostgreSQL distribution. +# the main sources of the PostgreSQL distribution except jdbc-postgresql. # # The PostgreSQL package naming scheme, aside from the obvious piecewise # packages, is as follows: |