diff options
author | jlam <jlam> | 1999-09-21 19:13:40 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-09-21 19:13:40 +0000 |
commit | 558916624f57bddb95e8c981e389631a95adc691 (patch) | |
tree | 8002166616e3413a3c471c986b71875a551fe71c /databases | |
parent | fd0cf55eb39d79e07067adb35b3e4a1003f419a9 (diff) | |
download | pkgsrc-558916624f57bddb95e8c981e389631a95adc691.tar.gz |
Add and enable pgacess.
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 b2e1b9eaf69..521ca823904 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/08/20 16:12:32 rh Exp $ +# $NetBSD: Makefile,v 1.21 1999/09/21 19:13:40 jlam Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -20,6 +20,7 @@ # SUBDIR += p5-Mysql # SUBDIR += p5-Pg SUBDIR += p5-gdbm + SUBDIR += pgaccess SUBDIR += postgresql SUBDIR += py-gdbm SUBDIR += py-mysql |