aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2006-08-17 16:41:33 +0800
committerkrion <krion@FreeBSD.org>2006-08-17 16:41:33 +0800
commit8bd72777a4c62e7a72deeaccf48b09793a3967aa (patch)
tree6b148d05b873e9d43ea866fbea095270719bf4a0 /net-mgmt
parent556f05686b823750e988440b27ee23c5c4f32c74 (diff)
downloadfreebsd-ports-gnome-8bd72777a4c62e7a72deeaccf48b09793a3967aa.tar.gz
freebsd-ports-gnome-8bd72777a4c62e7a72deeaccf48b09793a3967aa.tar.zst
freebsd-ports-gnome-8bd72777a4c62e7a72deeaccf48b09793a3967aa.zip
Utilize USE_SQLITE.
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/pmacct/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile
index 8138489a3d86..81a83b5350ee 100644
--- a/net-mgmt/pmacct/Makefile
+++ b/net-mgmt/pmacct/Makefile
@@ -50,7 +50,7 @@ PLIST_SUB+= WITH_PGSQL="@comment "
.endif
.if defined(WITH_SQLITE)
-LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
+USE_SQLITE= yes
CONFIGURE_ARGS+=--enable-sqlite3 \
--with-sqlite3-includes=${LOCALBASE}/include
.else