1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Correct {BUILD,RUN}_DEPENDS when evolution supported is enabled.

Notified by:	marcus
This commit is contained in:
Tom McLaughlin 2006-08-15 00:12:55 +00:00
parent 345a78fcfd
commit acf6701ce4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170644

View File

@ -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 "