diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-05 07:32:05 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-05 07:32:05 +0800 |
commit | 13ff553502b1b1a32cabe8aab1fe23fa194937e2 (patch) | |
tree | 99859d67eada971161080e8c9d2517fe631b2dd6 /databases | |
parent | 97cabaf69ab54836bc958df35c35071f161adebe (diff) | |
download | freebsd-ports-gnome-13ff553502b1b1a32cabe8aab1fe23fa194937e2.tar.gz freebsd-ports-gnome-13ff553502b1b1a32cabe8aab1fe23fa194937e2.tar.zst freebsd-ports-gnome-13ff553502b1b1a32cabe8aab1fe23fa194937e2.zip |
enabled pgaccess
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 95e2ba86fc2b..00b703722ca5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1997/08/30 13:26:53 andreas Exp $ +# $Id: Makefile,v 1.23 1997/09/02 15:10:38 andreas Exp $ # SUBDIR += db SUBDIR += gdbm @@ -11,6 +11,7 @@ SUBDIR += p5-Msql SUBDIR += p5-Mysql SUBDIR += p5-Pg + SUBDIR += pgaccess SUBDIR += postgresql SUBDIR += typhoon SUBDIR += xmbase-grok |