diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-02-17 07:34:17 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-02-17 07:34:17 +0800 |
commit | 5e9a5e291e374888df49a4303ee752f330c06c39 (patch) | |
tree | 0d542d795c8ed7577cc51ca1d743f30e785899be /dns/powerdns/Makefile | |
parent | 049230cef2fd25d85b50db216e7905e26231f804 (diff) | |
download | freebsd-ports-gnome-5e9a5e291e374888df49a4303ee752f330c06c39.tar.gz freebsd-ports-gnome-5e9a5e291e374888df49a4303ee752f330c06c39.tar.zst freebsd-ports-gnome-5e9a5e291e374888df49a4303ee752f330c06c39.zip |
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 <andrew@quadrant.net>
Diffstat (limited to 'dns/powerdns/Makefile')
-rw-r--r-- | dns/powerdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |