aboutsummaryrefslogtreecommitdiff
path: root/dns/powerdns
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-12-23 08:25:47 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-12-23 08:25:47 +0000
commit617938836df905824ac0214a5f379bd18495a18d (patch)
tree5942cea4112b665ee12f56e68f624378791cef22 /dns/powerdns
parentac8dacab33e1a208353d4fd86b8e764dde1df4d0 (diff)
downloadports-617938836df905824ac0214a5f379bd18495a18d.tar.gz
ports-617938836df905824ac0214a5f379bd18495a18d.zip
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
Notes
Notes: svn path=/head/; revision=124931
Diffstat (limited to 'dns/powerdns')
-rw-r--r--dns/powerdns/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index 781e181d2d25..b522b29e984d 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -7,7 +7,7 @@
PORTNAME= powerdns
PORTVERSION= 2.9.16
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
DISTNAME= pdns-${PORTVERSION}
@@ -71,8 +71,7 @@ PLIST_SUB+= WITHLDAP="@comment "
.endif
.if defined(WITH_SQLITE)
-LIB_DEPENDS= sqlite.2:${PORTSDIR}/${SQLITE_PORT}
-SQLITE_PORT?= databases/sqlite
+LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2
CONFIGURE_ARGS+= --enable-sqlite
CONFIGURE_MODULES+= "gsqlite"
.else