From db1c7b1e76dd83c67d8485e78bdfde23e890c5c9 Mon Sep 17 00:00:00 2001 From: tmclaugh Date: Tue, 15 Aug 2006 00:12:55 +0000 Subject: Correct {BUILD,RUN}_DEPENDS when evolution supported is enabled. Notified by: marcus --- deskutils/tomboy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deskutils') diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index e6c7bf77bab..d8870780c13 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -38,8 +38,8 @@ GCONF_SCHEMAS= tomboy.schemas # configure. Enable if either evo or gmime# is installed. .if defined (WITH_EVOLUTION) || exists (${X11BASE}/bin/evolution) || exists (${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll) CONFIGURE_ARGS+= --enable-evolution=yes -BUILD_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp -RUN_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp +BUILD_DEPENDS+= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp +RUN_DEPENDS+= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp PLIST_SUB+= EVO:="" .else PLIST_SUB+= EVO:="@comment " -- cgit