diff options
author | imil <imil@pkgsrc.org> | 2014-04-16 17:23:26 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2014-04-16 17:23:26 +0000 |
commit | 3b40ba9952f69dae6b0f44075d4b6350ff1af5d6 (patch) | |
tree | 5dfe7ef34b9a99a1727cb0270177721a0c224ec3 /databases | |
parent | 75b11d1dc0f76725071c23b2d4469f79d3b98d5d (diff) | |
download | pkgsrc-3b40ba9952f69dae6b0f44075d4b6350ff1af5d6.tar.gz |
add & enable elasticsearch
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 8365dbe197c..f7ca5503961 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.452 2014/04/16 17:15:42 wiz Exp $ +# $NetBSD: Makefile,v 1.453 2014/04/16 17:23:26 imil Exp $ COMMENT= Databases @@ -23,6 +23,7 @@ SUBDIR+= dbfsak SUBDIR+= dbh SUBDIR+= deforaos-libdatabase SUBDIR+= edb +SUBDIR+= elasticsearch SUBDIR+= freetds SUBDIR+= gdbm SUBDIR+= gdbm_compat |