diff options
author | minskim <minskim@pkgsrc.org> | 2017-09-26 16:26:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2017-09-26 16:26:41 +0000 |
commit | 6e19f0e9e0424f37ab7a41da73d6e943c3d7c681 (patch) | |
tree | 8493c9854ae76b49a91cbbdabb118bd5f0ac97c5 /databases | |
parent | aa2be329f6f9e26d357b10caeeb1edd8b0aa808b (diff) | |
download | pkgsrc-6e19f0e9e0424f37ab7a41da73d6e943c3d7c681.tar.gz |
databases/Makefile: Add ruby-postgres_ext
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 2ebb7897584..d69f3ea8e9b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.547 2017/09/26 10:26:57 wiz Exp $ +# $NetBSD: Makefile,v 1.548 2017/09/26 16:26:41 minskim Exp $ COMMENT= Databases @@ -453,6 +453,7 @@ SUBDIR+= ruby-odbc SUBDIR+= ruby-pg SUBDIR+= ruby-pg_array_parser SUBDIR+= ruby-postgres-pr +SUBDIR+= ruby-postgres_ext SUBDIR+= ruby-qdbm SUBDIR+= ruby-rrdtool SUBDIR+= ruby-sequel |