diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-16 23:34:17 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-16 23:34:17 +0000 |
commit | f67c4157d39791ca91fc2332f6a3962734627c08 (patch) | |
tree | 0d542d795c8ed7577cc51ca1d743f30e785899be /dns | |
parent | 4d3257c9dfa82a2b486347f2da46a07daf307779 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=409023
Diffstat (limited to 'dns')
-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 |