aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2006-08-17 08:41:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2006-08-17 08:41:33 +0000
commita8dbb9e07491b9c723e3b8b792594332a2886268 (patch)
tree44ed42be3226f66d0042382b00a26b0038628dd2 /net-mgmt
parent6dc574b3b5bddda432c7cc59facc8966e1463929 (diff)
downloadports-a8dbb9e07491b9c723e3b8b792594332a2886268.tar.gz
ports-a8dbb9e07491b9c723e3b8b792594332a2886268.zip
Notes
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