aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile
index 319ad0bfed0b..66f3a7283086 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile
@@ -30,7 +30,7 @@ RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \
OPTIONS= SQLITE "SQLite Support" Off \
MYSQL "MySQL Support" Off \
- PG "PostgreSQL Support" Off \
+ PGSQL "PostgreSQL Support" Off \
ORACLE "Oracle Support (experimental)" Off
.include <bsd.port.options.mk>