diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-04 23:32:05 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-04 23:32:05 +0000 |
commit | 13ff553502b1b1a32cabe8aab1fe23fa194937e2 (patch) | |
tree | 99859d67eada971161080e8c9d2517fe631b2dd6 /databases | |
parent | 97cabaf69ab54836bc958df35c35071f161adebe (diff) | |
download | FreeBSD-ports-13ff553502b1b1a32cabe8aab1fe23fa194937e2.zip FreeBSD-ports-13ff553502b1b1a32cabe8aab1fe23fa194937e2.tar.gz |
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 95e2ba8..00b7037 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 |