diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-05-18 19:58:45 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-05-18 19:58:45 +0000 |
commit | bde40ce78f8f7f3333db5dbdf1246ffa0f62ab08 (patch) | |
tree | d26ed3dac4371e337d49bc29505ec40faaff384b /databases | |
parent | 29752b91bd01c45cd294db5b692a93454c4c36d4 (diff) | |
download | pkgsrc-bde40ce78f8f7f3333db5dbdf1246ffa0f62ab08.tar.gz |
- Note addition of pear-DB-1.7.6
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index f3fcd88a4b6..41990366500 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.170 2005/04/29 14:00:44 gson Exp $ +# $NetBSD: Makefile,v 1.171 2005/05/18 19:58:45 adrianp Exp $ # COMMENT= Databases @@ -81,6 +81,7 @@ SUBDIR+= p5-gdbm SUBDIR+= p5-perl-ldap SUBDIR+= p5-postgresql SUBDIR+= p5-sybperl +SUBDIR+= pear-DB SUBDIR+= pgaccess SUBDIR+= pgpool SUBDIR+= php-dba @@ -169,4 +170,5 @@ SUBDIR+= xsqlmenu SUBDIR+= yasql SUBDIR+= zope-mysql +A .include "../mk/bsd.pkg.subdir.mk" |