diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-11-12 09:58:31 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-11-12 09:58:31 +0000 |
commit | f3cdde4e28c379b87fab18a40f474ef44aecf9b3 (patch) | |
tree | cb0bab411d42f955a5f5e25c5a98128be47c93aa | |
parent | dee48a7ab5ad779e61d0c1e5294b0ec4e0a944ba (diff) | |
download | ports-f3cdde4e28c379b87fab18a40f474ef44aecf9b3.tar.gz ports-f3cdde4e28c379b87fab18a40f474ef44aecf9b3.zip |
activate use of USE_SQLITE.
Notes
Notes:
svn path=/head/; revision=148017
-rw-r--r-- | security/cyrus-sasl2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 4a002637cb5c..67effd0f864b 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -95,8 +95,7 @@ CONFIGURE_ARGS+=--without-pgsql .endif .if defined(WITH_SQLITE) -LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2 -#USE_SQLITE= 2 +USE_SQLITE= 2 CONFIGURE_ARGS+=--with-sqlite=${LOCALBASE} .else CONFIGURE_ARGS+=--without-sqlite |