diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2013-05-22 19:32:41 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2013-05-22 19:32:41 +0000 |
commit | e636fb64185d8e9f29a5add5b36164b03065a4e1 (patch) | |
tree | a1965e91c2fde614c1bba37415fe70c98a51e10d /mail | |
parent | Add a new option MANPAGES to allow man pages to be supressed. [0] (diff) |
remove DRAC support as the patch is no longer working
Notes
Notes:
svn path=/head/; revision=318791
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 99e948542cba..47b631697d6c 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -40,7 +40,6 @@ OPTIONS= FAM "Build in fam support for IDLE command" off \ TRASHQUOTA "Include deleted mails in the quota" off \ GDBM "Use gdbm db instead of system bdb" off \ IPV6 "Build with IPv6 support" on \ - DRAC "Build with DRAC support" off .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt) .include "${.CURDIR}/../../security/courier-authlib/Makefile.opt" @@ -64,12 +63,6 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \ .include <bsd.port.pre.mk> -.if defined(WITH_DRAC) -PATCH_SITES= http://www.smalltown.ne.jp/~usata/pub/patch/ -PATCHFILES= courier-imap-4.8.1-drac.patch -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac -.endif - .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep) .include "${.CURDIR}/../../security/courier-authlib/Makefile.dep" .endif |