aboutsummaryrefslogtreecommitdiffstats
path: root/games/pvpgn/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-18 01:52:36 +0800
committerpav <pav@FreeBSD.org>2005-11-18 01:52:36 +0800
commita8e4415aa4dba36d8560a35bcab26f591117a85c (patch)
treedf46cdc0da6214da97b85bd68ed0b50d1056394e /games/pvpgn/Makefile
parent0fc8bb1ebb766354ba51fd9b3eedccac0502ddeb (diff)
downloadfreebsd-ports-gnome-a8e4415aa4dba36d8560a35bcab26f591117a85c.tar.gz
freebsd-ports-gnome-a8e4415aa4dba36d8560a35bcab26f591117a85c.tar.zst
freebsd-ports-gnome-a8e4415aa4dba36d8560a35bcab26f591117a85c.zip
- Use USE_SQLITE
- Add SHA256 PR: ports/89169 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
Diffstat (limited to 'games/pvpgn/Makefile')
-rw-r--r--games/pvpgn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pvpgn/Makefile b/games/pvpgn/Makefile
index 18cba516c91e..464418347202 100644
--- a/games/pvpgn/Makefile
+++ b/games/pvpgn/Makefile
@@ -59,8 +59,8 @@ CONFIGURE_ARGS+=--with-pgsql
.endif
.if defined(WITH_SQLITE3)
+USE_SQLITE= yes
CONFIGURE_ARGS+=--with-sqlite3
-LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
.endif
.if defined(WITHOUT_D2)