diff options
author | manu <manu@pkgsrc.org> | 2011-02-16 06:35:29 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2011-02-16 06:35:29 +0000 |
commit | e067244a493ebda41131165ccf8a8e44224331f6 (patch) | |
tree | d6854b53813117e1a4a4712318887a29e9dfab3f /databases | |
parent | f766a59e09062594b6fe7b78cd5c794e8959d2f3 (diff) | |
download | pkgsrc-e067244a493ebda41131165ccf8a8e44224331f6.tar.gz |
Added databases/postgresql90-fuzzystrmatch
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql90/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index c1bf63bc517..269434ae481 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.363 2011/02/10 16:25:55 wiz Exp $ +# $NetBSD: Makefile,v 1.364 2011/02/16 06:35:30 manu Exp $ # COMMENT= Databases @@ -239,6 +239,7 @@ SUBDIR+= postgresql90-datatypes SUBDIR+= postgresql90-dblink SUBDIR+= postgresql90-docs SUBDIR+= postgresql90-monitoring +SUBDIR+= postgresql90-fuzzystrmatch SUBDIR+= postgresql90-pgcrypto SUBDIR+= postgresql90-plperl SUBDIR+= postgresql90-plpython diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index 16a918854ce..1568a696297 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.common,v 1.9 2011/02/09 08:48:16 adam Exp $ +# $NetBSD: Makefile.common,v 1.10 2011/02/16 06:35:30 manu Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile # used by databases/postgresql90-datatypes/Makefile # used by databases/postgresql90-dblink/Makefile # used by databases/postgresql90-docs/Makefile +# used by databases/postgresql90-fuzzystrmatch/Makefile # used by databases/postgresql90-pgcrypto/Makefile # used by databases/postgresql90-plperl/Makefile # used by databases/postgresql90-plpython/Makefile |