svn commit: r305912 - head/security/courier-authlib

Oliver Lehmann oliver at FreeBSD.org
Mon Oct 15 12:33:26 UTC 2012


Author: oliver
Date: Mon Oct 15 12:33:25 2012
New Revision: 305912
URL: http://svn.freebsd.org/changeset/ports/305912

Log:
  disable SQLite support for the time being (no child port exists)
  
  Feature safe: yes

Modified:
  head/security/courier-authlib/Makefile

Modified: head/security/courier-authlib/Makefile
==============================================================================
--- head/security/courier-authlib/Makefile	Mon Oct 15 12:07:36 2012	(r305911)
+++ head/security/courier-authlib/Makefile	Mon Oct 15 12:33:25 2012	(r305912)
@@ -67,7 +67,8 @@ CONFIGURE_ARGS=	--enable-unicode \
 		--with-mailgroup=${MAILGRP} \
 		--localstatedir=${LOCALSTATEDIR} \
 		--with-authdaemonvar=${AUTHDAEMONVAR} \
-		--cache-file=${WRKDIR}/courier-authlib.cache
+		--cache-file=${WRKDIR}/courier-authlib.cache \
+		--without-authsqlite
 
 INSTALL_TARGET=	install-strip install-configure
 


More information about the svn-ports-all mailing list