aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-10-24 05:42:31 +0800
committermarcus <marcus@FreeBSD.org>2006-10-24 05:42:31 +0800
commite06262a20b466462237a265fd0c97d98e3767d7f (patch)
treece0302924c236e855e8372fa495dea391efedeee /mail
parentf894df7cfeae8c2e45aa26ad856ec0e9a245f124 (diff)
downloadfreebsd-ports-gnome-e06262a20b466462237a265fd0c97d98e3767d7f.tar.gz
freebsd-ports-gnome-e06262a20b466462237a265fd0c97d98e3767d7f.tar.zst
freebsd-ports-gnome-e06262a20b466462237a265fd0c97d98e3767d7f.zip
Correct PLIST_SUB when Evolution support is enabled.
Approved by: portmgr (implicit)
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-notification/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index d96b58f4b2b3..6aa8ceb928c9 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -66,12 +66,12 @@ PLIST_SUB+= GMAIL=""
.endif
.if defined(WITHOUT_EVOLUTION)
CONFIGURE_ARGS+=--disable-evolution
-EVO_VERSION= 2.8
-PLIST_SUB+= EVOLUTION="@comment " EVO_VERSION=${EVO_VERSION}
+PLIST_SUB+= EVOLUTION="@comment "
.else
+EVO_VERSION= 2.8
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-${EVO_VERSION}.pc:${PORTSDIR}/mail/evolution
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-${EVO_VERSION}.pc:${PORTSDIR}/mail/evolution
-PLIST_SUB+= EVOLUTION=""
+PLIST_SUB+= EVOLUTION="" EVO_VERSION=${EVO_VERSION}
.endif
.if defined(WITHOUT_SYLPHEED)
CONFIGURE_ARGS+=--disable-sylpheed