diff options
author | schnoebe <schnoebe@pkgsrc.org> | 2011-02-06 06:09:52 +0000 |
---|---|---|
committer | schnoebe <schnoebe@pkgsrc.org> | 2011-02-06 06:09:52 +0000 |
commit | 101175436b536660437dc94bf6a3734f9a834d84 (patch) | |
tree | 7dbbdd66f27fad5b7e96924d4baa8e8bfc306c94 /databases/Makefile | |
parent | d43a98a1a8657603cc8737f128d532dd47648129 (diff) | |
download | pkgsrc-101175436b536660437dc94bf6a3734f9a834d84.tar.gz |
Add databases/poco-data{,-sqlite,-odbc,-mysql}.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 266bfe9af71..43d21f3580d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.361 2010/12/22 15:36:07 taca Exp $ +# $NetBSD: Makefile,v 1.362 2011/02/06 06:09:52 schnoebe Exp $ # COMMENT= Databases @@ -211,6 +211,10 @@ SUBDIR+= php-sqlite SUBDIR+= phpldapadmin SUBDIR+= phpmyadmin SUBDIR+= phppgadmin +SUBDIR+= poco-data +SUBDIR+= poco-data-sqlite +SUBDIR+= poco-data-mysql +SUBDIR+= poco-data-odbc SUBDIR+= postgresql-postgis SUBDIR+= postgresql83 SUBDIR+= postgresql83-adminpack |