From 978778fc2fbcbf5b4bca422e8301b741569f17f4 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 11 Dec 2003 03:21:54 +0000 Subject: Add an option (default to on) RUN_DEPENDS on SpamAssassin. Evo will use SA to do its internal spam filtering. Note: not bumping PORTREVISION since this isn't a dependency that requires an additional build. Suggested by: Khairil Yusof git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1457 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index cec9f2ce8..8184dc7a6 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -22,6 +22,9 @@ RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSD .if defined(WITH_PILOT) LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnomepilot2 .endif +.if !defined(WITHOUT_SPAMASSASSIN) +RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin +.endif USE_BZIP2= yes USE_GMAKE= yes @@ -63,8 +66,9 @@ PKGINSTALL= ${WRKDIR}/pkg-install pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "evolution has the following configurable option(s):" - @${ECHO_MSG} " WITH_PILOT Build Palm Pilot sync support" - @${ECHO_MSG} " WITHOUT_LDAP Disable LDAP support" + @${ECHO_MSG} " WITH_PILOT Build Palm Pilot sync support" + @${ECHO_MSG} " WITHOUT_LDAP Disable LDAP support" + @${ECHO_MSG} " WITHOUT_SPAMASSASSIN Do not add a runtime dependency on SpamAssassin (Evo uses SpamAssassin for spam filtering)" @${ECHO_MSG} "" post-install: -- cgit v1.2.3