diff options
Diffstat (limited to 'games/ldmud')
-rw-r--r-- | games/ldmud/Makefile | 2 |
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> |