From 5e9a5e291e374888df49a4303ee752f330c06c39 Mon Sep 17 00:00:00 2001 From: rakuco Date: Tue, 16 Feb 2016 23:34:17 +0000 Subject: Fix a typo in the SQLITE3 option handling introduced in r408757. "gqlite3" should have been "gsqlite3", like it was before that SVN commit, otherwise the build breaks. Submitted by: Andrew Nichols --- dns/powerdns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns/powerdns/Makefile') diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index dd72c405f355..5c4e0c71b7ad 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -89,7 +89,7 @@ POLARSSL_LIB_DEPENDS_OFF= libmbedtls.so:${PORTSDIR}/security/polarssl13 REMOTE_VARS= MODULES+=remote SQLITE3_USE= SQLITE=3 -SQLITE3_VARS= MODULES+=gqlite3 +SQLITE3_VARS= MODULES+=gsqlite3 TINYDNS_CONFIGURE_ON= CDB_LIBS="-L${LOCALBASE}/lib -lcdb" CDB_CFLAGS="-I${LOCALBASE}/include" TINYDNS_LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb -- cgit