aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-11-12 09:58:31 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-11-12 09:58:31 +0000
commitf3cdde4e28c379b87fab18a40f474ef44aecf9b3 (patch)
treecb0bab411d42f955a5f5e25c5a98128be47c93aa /security/cyrus-sasl2
parentdee48a7ab5ad779e61d0c1e5294b0ec4e0a944ba (diff)
downloadports-f3cdde4e28c379b87fab18a40f474ef44aecf9b3.tar.gz
ports-f3cdde4e28c379b87fab18a40f474ef44aecf9b3.zip
activate use of USE_SQLITE.
Notes
Notes: svn path=/head/; revision=148017
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r--security/cyrus-sasl2/Makefile3
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