diff options
author | jperkin <jperkin@pkgsrc.org> | 2021-11-14 08:48:40 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2021-11-14 08:48:40 +0000 |
commit | 77638df8dba809671256a18bf92aeafc7e451f78 (patch) | |
tree | 4ec5054ddeb87ef4815440fcb8b83cec3bafd805 /databases/Makefile | |
parent | 2cdf91daa5368428c71cb97040a3e1faee66bc52 (diff) | |
download | pkgsrc-77638df8dba809671256a18bf92aeafc7e451f78.tar.gz |
databases: Spell p5-DBD-MariaDB correctly.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 106bfeb71d3..5836e5cd38d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.643 2021/11/11 16:53:45 abs Exp $ +# $NetBSD: Makefile,v 1.644 2021/11/14 08:48:40 jperkin Exp $ COMMENT= Databases @@ -155,7 +155,7 @@ SUBDIR+= p5-Class-DBI-Plugin SUBDIR+= p5-Class-DBI-Plugin-DeepAbstractSearch SUBDIR+= p5-DBD-CSV SUBDIR+= p5-DBD-DB2 -SUBDIR+= p5-DBD-Mariadb +SUBDIR+= p5-DBD-MariaDB SUBDIR+= p5-DBD-Mock SUBDIR+= p5-DBD-ODBC SUBDIR+= p5-DBD-Oracle |