diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-08-15 08:12:55 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-08-15 08:12:55 +0800 |
commit | db1c7b1e76dd83c67d8485e78bdfde23e890c5c9 (patch) | |
tree | 4a723745bcfb40349a9c4a561e501a2821e35a5d /deskutils | |
parent | 71530bbee220f8ace3b6be6e887107193cc4372e (diff) | |
download | freebsd-ports-graphics-db1c7b1e76dd83c67d8485e78bdfde23e890c5c9.tar.gz freebsd-ports-graphics-db1c7b1e76dd83c67d8485e78bdfde23e890c5c9.tar.zst freebsd-ports-graphics-db1c7b1e76dd83c67d8485e78bdfde23e890c5c9.zip |
Correct {BUILD,RUN}_DEPENDS when evolution supported is enabled.
Notified by: marcus
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/tomboy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 " |