aboutsummaryrefslogtreecommitdiffstats
path: root/dns/powerdns/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-31 05:04:01 +0800
committerpav <pav@FreeBSD.org>2007-01-31 05:04:01 +0800
commit4dcec057681300269131d10b98aa9d0bcae95e07 (patch)
tree3d004631b136b0f184bb131c93dc67839897877d /dns/powerdns/Makefile
parentaa87623744f3b0edac455cd0c9ec8027bce97f53 (diff)
downloadfreebsd-ports-graphics-4dcec057681300269131d10b98aa9d0bcae95e07.tar.gz
freebsd-ports-graphics-4dcec057681300269131d10b98aa9d0bcae95e07.tar.zst
freebsd-ports-graphics-4dcec057681300269131d10b98aa9d0bcae95e07.zip
- Remove SQLITE3 backend option, it was added prematurely
- Fix plist PR: ports/108182 Submitted by: Tobias Roth <ports@fsck.ch> Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Diffstat (limited to 'dns/powerdns/Makefile')
-rw-r--r--dns/powerdns/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index 0fdfc762878..9ab118ba151 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -7,7 +7,7 @@
PORTNAME= powerdns
PORTVERSION= 2.9.20
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/ \
http://mirrors.evolva.ro/powerdns.com/releases/
@@ -41,7 +41,6 @@ SUB_FILES= pkg-message
OPTIONS= PGSQL "PostgreSQL backend" on \
MYSQL "MySQL backend" off \
SQLITE "SQLite 2 backend" off \
- SQLITE3 "SQLite 3 backend" off \
OPENDBX "OpenDBX backend" off \
OPENLDAP "OpenLDAP backend" off \
GEO "Geo backend" off
@@ -98,14 +97,6 @@ PLIST_SUB+= WITHSQLITE=""
PLIST_SUB+= WITHSQLITE="@comment "
.endif
-.if defined(WITH_SQLITE3)
-USE_SQLITE?= 3
-CONFIGURE_MODULES+= "gsqlite"
-PLIST_SUB+= WITHSQLITE3=""
-.else
-PLIST_SUB+= WITHSQLITE3="@comment "
-.endif
-
.if defined(WITH_OPENDBX)
LIB_DEPENDS+= opendbx.1:${PORTSDIR}/databases/opendbx
CONFIGURE_MODULES+= "opendbx"