aboutsummaryrefslogtreecommitdiff
path: root/games/ldmud
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:13:38 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:13:38 +0000
commit21bc5c0345300431d6e3edc6c43d743c61fc7b5e (patch)
tree2cf1a158cf8540bcd6bed759d4e35240e31330bb /games/ldmud
parent5fe67ba9212540bea871dfec487d380ec3079f21 (diff)
Notes
Diffstat (limited to 'games/ldmud')
-rw-r--r--games/ldmud/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile
index 8c9107e02bd1..13ba85764be8 100644
--- a/games/ldmud/Makefile
+++ b/games/ldmud/Makefile
@@ -41,7 +41,7 @@ MYSQL_USE= MYSQL=yes
MYSQL_CONFIGURE_ENABLE= use-mysql
PGSQL_USES= pgsql
PGSQL_CONFIGURE_ENABLE= use-pgsql
-SQLITE_USE= SQLITE=yes
+SQLITE_USES= sqlite
SQLITE_CONFIGURE_ENABLE=use-sqlite
.include <bsd.port.options.mk>