From 5666996060ad80294eaac941765c7d235ba5a35f Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 11 Aug 2006 05:34:11 +0000 Subject: Correct {BUILD,RUN}_DEPENDS when evolution supported is enabled. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7028 df743ca5-7f9a-e211-a948-0013205c9059 --- deskutils/tomboy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deskutils') diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index e575f91dd..77ff783a0 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin # # $FreeBSD$ -# $Id: Makefile,v 1.1 2006-07-26 02:15:48 mezz Exp $ +# $Id: Makefile,v 1.2 2006-08-11 05:34:11 marcus Exp $ # PORTNAME= tomboy @@ -38,8 +38,8 @@ GCONF_SCHEMAS= tomboy.schemas # configure. Enable if either evo or gmime# is installed. .if defined (WITH_EVOLUTION) || exists (${LOCALBASE}/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 v1.2.3