diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2012-10-15 12:33:25 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2012-10-15 12:33:25 +0000 |
commit | c36cb48b3117c36abed31dd0ffdf23340b53c7bb (patch) | |
tree | 3a587e837ffdc05f4162d9706ca1ad231d1a8bbb /security | |
parent | f9119d4f1dea90b4a4861b3f4b9abe184839081d (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index cd7627790d6c..7410ddd251cd 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -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 |